Share via


RetailUtils::getAOTTables Method [AX 2012]

Function to get the list of Tables in AOT

Syntax

server public static str getAOTTables()

Run On

Server

Return Value

Type: str
In case the table is derived its parent i.e. base table is appended to it delimited by comma (,) Output example :Table1,Table1's Base Table : Table2 : Table3 : Table4 , Table4's Base Table

See Also

Reference

RetailUtils Class