Share via


ReasonFormTable::setMultipleAccountRange Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _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.

Remarks

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

See Also

Reference

ReasonFormTable Class