PrintMgmtNode.getQueryTableId Method [AX 2012]

Gets the table that is used to define queries for this node.

public int getQueryTableId(PrintMgmtDocumentType _docType)

Run On

Called

Parameters

_docType
Type: PrintMgmtDocumentType Enumeration
The document type that is used to select the appropriate query table.

Return Value

Type: int
The table ID of the table to query.

ExceptionCondition
Error

The _docType parameter is not a valid document type for the specified node.

New document types should be added to the getQueryTableId method of the PrintMgmtDocType class.

Show: