Share via


LedgerDimensionController::applyTotalSuspendedDateRanges Method [AX 2012]

Restricts the query to dimension attribute values that meet the specified criteria.

Syntax

client server public static void applyTotalSuspendedDateRanges(
    QueryBuildDataSource _queryBuildDataSource, 
    RecId _dimensionAttributeId, 
    FieldId _dimensionAttributeKeyFieldId, 
    boolean _includeSuspended, 
    boolean _includeTotal, 
   [date _date, 
    boolean _restrictDimAttribValueLedgerOverride, 
    LedgerRecId _ledgerRecId])

Run On

Called

Parameters

  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The record ID of the dimension attribute for the segment for which to add restrictions.
  • _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; optional.
  • _restrictDimAttribValueLedgerOverride
    Type: boolean
    A Boolean value that indicates whether to add query restrictions based on DimensionAttrValueLedgerOverride table; optional.

Remarks

The parameter _restrictDimAttribValueLedgerOverride is ignored. The values are always restricted.

See Also

Reference

LedgerDimensionController Class