RetailUtils::getAOTTableFields Method [AX 2012]
Function to accepts a table name and returns all its field
server public static str getAOTTableFields(str tableName)
Run On
ServerParameters
- tableName
- Type: str
Table name for which field are to be retreived.
Return Value
Type: strField 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
Show: