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
- _originalCompany
Type: DataAreaId Extended Data Type
The company that the controller was called from before any calls to change company.
- _currentCompany
Type: DataAreaId Extended Data Type
The current company.
- _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.
- _journalName
Type: JournalNameId Extended Data Type
The journal name to validate.
Return Value
Type: DimensionValidationStatus Enumeration
A DimensionValidationStatus enumeration value.