Skip to main content
Skip table of contents

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

CODE
=ACU.OBJECTDEFINITION(
    ConnectionName, 
    Object,
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

Object

Required

DAC object name.

Use the ACU.EXPANDOBJECTRANGE function to retrieve the list of DAC objects.

Example

CODE
=ACU.OBJECTDEFINITION(
    "Acumatica",
    B12
)

Description: Returns the set of IDs, data types, and optionality for the object AccountClass listed in cell B12.

Result:

image-20251103-125808.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.