SysQueryRangeUtil::advancedLedgerEntryCurrentUserFilter Method [AX 2012]

Filters the list page records based on the current selection in the user ID UI filter.

Syntax

client server public static str advancedLedgerEntryCurrentUserFilter(boolean _createdBy)

Run On

Called

Parameters

  • _createdBy
    Type: boolean
    A Boolean value that indicates whether the user ID UI filter is selected.

Return Value

Type: str
A query string representation of the current user ID.

See Also

Reference

SysQueryRangeUtil Class