ACU.OBJECTDEFINITION
Overview
Use the ACU.OBJECTDEFINITION function to check for definitions of Acumatica DAC objects.
It returns the IDs, data types, and optionality of the specified object and its description.
It can be helpful when constructing queries with the ACU.QUERY function.
Syntax
=ACU.OBJECTDEFINITION(
ConnectionName,
Object,
)
Arguments
Argument | Required/Optional | Description |
| Optional | Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
| Required | DAC object name. Use the ACU.EXPANDOBJECTRANGE function to retrieve the list of DAC objects. |
Example
=ACU.OBJECTDEFINITION(
"Acumatica",
B12
)
Description: Returns the set of IDs, data types, and optionality for the object AccountClass listed in cell B12.
Result:
