PrintMgmtNode_CustInvoiceTable.getReferencedTableId Method [AX 2012]

Gets the table ID that is referenced by this node.

public RefTableId getReferencedTableId()

Run On

Called

Return Value

Type: RefTableId Extended Data Type
The table ID of the CustInvoiceTable table that is referenced by this node.

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 would mean 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: