PrintMgmtNode.getQueryRangeFields Method [AX 2012]
Gets the appropriate query range fields for the specified document type.
public List getQueryRangeFields(PrintMgmtDocumentType _docType)
Run On
CalledParameters
- _docType
- Type: PrintMgmtDocumentType Enumeration
The document type that is used to select the appropriate query range fields.
Return Value
Type: List ClassA list of the fieldnum fields for the appropriate query table, depending on the document type.
Show: