PurchReqTableFilter.status Method [AX 2012]

Builds a filter to use on the purchase requisition status.

protected str status(str _operator, PurchReqRequisitionStatus _status)

Run On

Called

Parameters

_operator
Type: str
The operator that specifies the operations to perform in the filter.
_status
Type: PurchReqRequisitionStatus Enumeration
The status to use in the filter.

Return Value

Type: str
A string that contains the status filter for the PurchReqTable.
Show: