Hi all,
I've got a question about using the JavaScript method for formContext.getAttribute(arg).getValue(). I know it retrieves the column values on the record on the form. My question is how do I use JavaScript to get column values from a different tab in the same form on the same record. Seems to throw this error:
An error occurred while validating input parameters: Microsoft.OData.ODataException: An undeclared property '<my column name in another tab>' which only has property annotations in the payload but no property value was found in the payload. In OData, only declared navigation properties and declared named streams can be represented as properties without values.
Not sure what the best method is to get column values from another tab in the same form. Would I have to use the web API to access those data?
Link to the getValue method here.