PrintMgmtNode_Sales.getReferencedTableId Method [AX 2012]
Gets the table ID that is referenced by this node.
public RefTableId getReferencedTableId()
Run On
CalledReturn Value
Type: RefTableId Extended Data TypeThe table ID that is referenced by this node. This method returns 0 because this node does not reference a table.
Module-level settings are an example of a node that does not actually reference a table in the system. In this case, you should return a value of 0. If the node references the CustTable table, it means that print management settings are related to records in the CustTable table. In this case, you should return the table ID of the CustTable table.
Show: