RetailUtils::getAOTTableParentName Method [AX 2012]

This method receives a table id and find the corresponding Base Table from AOT This method takes care of Multilevel inheritence

server public static str getAOTTableParentName(TableId tableid)

Run On

Server

Parameters

tableid
Type: TableId Extended Data Type
tableid of derived table.

Return Value

Type: str
Name of parent table.
Show: