ReasonFormTable::setMultipleAccountRange Method [AX 2012]

Adds a range to the QueryBuildDataSource class based on the account type to filter by the data source.

client server protected static str setMultipleAccountRange(LedgerJournalACType _accountType, str _value)

Run On

Called

Parameters

_accountType
Type: LedgerJournalACType Enumeration
The LedgerJournalACType data type that is the basis for which the filter will be added.
_value
Type: str
The str value that contains the range for the lookup query.

Return Value

Type: str
the query range value with the new OR claus condition.

This method is called from the reasonCodeLookup method of the ReasonFormTable class.

Show: