SysQueryRangeUtil::projLevels Method [AX 2012]

Creates a query on the project parent ID based on the selection in the UI filter.

Syntax

client server public static str projLevels(ProjLevels _projLevels)

Run On

Called

Parameters

  • _projLevels
    Type: ProjLevels Enumeration
    The selection in the UI filter, which is either Top-level or All levels.

Return Value

Type: str
A query string representation of project parent id.

Remarks

Used in list page.

See Also

Reference

SysQueryRangeUtil Class