Share via


LedgerInterunitDimensionAttribute::isValidStructureForInterunitDimAttribute Method

Gets a value that indicates whether the specified account structure is valid for the specified interunit dimension attribute.

Syntax

server public static boolean isValidStructureForInterunitDimAttribute(
    DimensionHierarchyId _dimensionHierarchyId, 
    DimensionAttributeRecId _dimensionAttributeId, 
    LabelString _labelForNotOnLedger, 
    LabelString _labelForBlanksNotAllowed)

Run On

Server

Parameters

  • _labelForNotOnLedger
    Type: LabelString Extended Data Type
    The label of the message that is provided when the dimension does not exist on the account structure.
  • _labelForBlanksNotAllowed
    Type: LabelString Extended Data Type
    The label of the message that is provided when the dimension exists on the account structure but allows for blanks.

Return Value

Type: boolean
true if the specified account structure is valid for the specified interunit dimension attribute; otherwise, false.

See Also

Reference

LedgerInterunitDimensionAttribute Table