SysQueryRangeUtil::projActiveAllWIPEliminated Method [AX 2012]

Creates a query on the estimate project status based on the selection in the UI filter.

Syntax

client server public static str projActiveAllWIPEliminated(anytype _ProjTableActiveAll)

Run On

Called

Parameters

  • _ProjTableActiveAll
    Type: anytype
    The selection in the UI filter, either Active or All.

Return Value

Type: str
A query string representation of the estimate project status.

Remarks

This method is used in the estimate projects list page.

See Also

Reference

SysQueryRangeUtil Class