LedgerDimensionController::getFilterSuspendTotalDateQueryCriteria Method [AX 2012]
Generates the query range criteria for filtering suspended, total and inactive date dimension attribute values.
Syntax
client server protected static str getFilterSuspendTotalDateQueryCriteria(
DataSourceName _dataSourceName,
boolean _includeSuspended,
boolean _includeTotal,
date _date)
Run On
Called
Parameters
- _dataSourceName
Type: DataSourceName Extended Data Type
The datasource name to which the query range criteria needs to be applied.
- _includeSuspended
Type: boolean
A Boolean value that indicates whether to include the dimension attribute values marked as suspended.
- _includeTotal
Type: boolean
A Boolean value that indicates whether to include the dimension attribute values marked as total.
- _date
Type: date
The date to which the dimension attribute values need to be filtered.
Return Value
Type: str
A string containing the query range criterias for filtering dimension attribute values.