SysQueryRangeUtil::documentStatusPurchOrderOrGreater Method [AX 2012]

Creates a query filter for the orders with a DocumentStatus value equal to or larger than the DocumentStatus::PurchaseOrder value.

Syntax

client server public static str documentStatusPurchOrderOrGreater()

Run On

Called

Return Value

Type: str
A range query filter string.

Remarks

This is used for EP unconfirmed purchase orders list page because of quick filter EP bug when query range value is based on enumerator label with a space.

See Also

Reference

SysQueryRangeUtil Class