PrintMgmtNode.getQueryRangeFields Method [AX 2012]

Gets the appropriate query range fields for the specified document type.

public List getQueryRangeFields(PrintMgmtDocumentType _docType)

Run On

Called

Parameters

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

Return Value

Type: List Class
A list of the fieldnum fields for the appropriate query table, depending on the document type.

ExceptionCondition
Error

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

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

Show: