PrintMgmtNode_PurchaseAdvanceInvoice.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 SalesTable table ID 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 CustTabletable, it would mean that Print Management settings are related to records in the CustTabletable. In this case, you should return the table ID of the CustTable table.

Community Additions

ADD
Show: