SysQueryRangeUtil::advancedLedgerEntryTxtOpenDraftAll Method [AX 2012]

Creates a query on an advanced ledger entry transaction status based on the current selection in the UI filter.

Syntax

client server public static str advancedLedgerEntryTxtOpenDraftAll(anytype _advancedLedgerEntryTransactionStatus)

Run On

Called

Parameters

  • _advancedLedgerEntryTransactionStatus
    Type: anytype
    The current selection in the UI filter: Draft, Posted or All.

Return Value

Type: str
A query string representation of an advanced ledger entry transaction status.

See Also

Reference

SysQueryRangeUtil Class