Share via


LedgerDimensionAccountController::validateCombinationStatic Method [AX 2012]

Calls into the DimensionValidation class to determine the DimensionValidationStatus value for the dimension values entered into the control.

Syntax

server private static DimensionValidationStatus validateCombinationStatic(
    DataAreaId _originalCompany, 
    DataAreaId _currentCompany, 
    container _packedDimStorage, 
    date _currentDate, 
    boolean _skipSuspendedAndActiveDateValidation, 
    JournalNameId _journalName)

Run On

Server

Parameters

  • _packedDimStorage
    Type: container
    A packed instance of the dimension storage instance to validate.
  • _currentDate
    Type: date
    The date to use when validating.
  • _skipSuspendedAndActiveDateValidation
    Type: boolean
    true if the validation of the suspended value and active dates on the dimension attribute values is to be skipped; otherwise, false.

Return Value

Type: DimensionValidationStatus Enumeration
A DimensionValidationStatus enumeration value.

See Also

Reference

LedgerDimensionAccountController Class