PdsDimensionSelectionController::validateDimensionHierarchyLegalEntity Method [AX 2012]

Validates that the record selected is a valid ledger dimension hierarchy for the current legal entity.

client server public static boolean validateDimensionHierarchyLegalEntity(Common _record)

Run On

Called

Parameters

_record
Type: Common Table
The record to validate.

Return Value

Type: boolean
true if the record is valid; otherwise, false.
Show: