Share via


LedgerDimensionController::getExcludedValuesFromDAVLedgerOverride Method [AX 2012]

Builds a Set containing the dimension value record ID's which need to be excluded from the lookup.

Syntax

client server public static Set getExcludedValuesFromDAVLedgerOverride(
    DimensionAttributeRecId _dimensionAttributeId, 
    boolean _includeSuspended, 
   [date _date, 
    LedgerRecId _ledgerRecId])

Run On

Called

Parameters

  • _includeSuspended
    Type: boolean
    A Boolean value that indicates whether to include the dimension attribute values marked as suspended.
  • _date
    Type: date
    The date to which the dimension attribute values need to be filtered; optional.

Return Value

Type: Set Class
A Set containing the dimension value record ID's which need to be excluded from the lookup.

See Also

Reference

LedgerDimensionController Class