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 |
| Required | The name of the connection, as specified in the Connection Manager |
| 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:
