Share via


RetailUtils::getAOTTableFields Method [AX 2012]

Function to accepts a table name and returns all its field

Syntax

server public static str getAOTTableFields(str tableName)

Run On

Server

Parameters

  • tableName
    Type: str
    Table name for which field are to be retreived.

Return Value

Type: str
Field are arranged in a : delimited string and passed back Fields are read from AOT structure and defaults field are manually added as those are not present in the tree structure Example = :Field1:Field2:Field3:Field4

See Also

Reference

RetailUtils Class