Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.
Remarks
This method is called from the reasonCodeLookup method of the ReasonFormTable class.