PrintMgmtHierarchy.getNodeFromTableId Method [AX 2012]

Gets the node instance from the specified table ID.

public PrintMgmtNode getNodeFromTableId(RefTableId _tableId)

Run On

Called

Parameters

_tableId
Type: RefTableId Extended Data Type
The table ID of the PrintMgmtNode table that is being requested.

Return Value

Type: PrintMgmtNode Class
An instance of the PrintMgmtNode class for the specified table ID; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Show: