Share via


JournalizingDefinitionMatch::isDimensionMissing Method

Determines whether there is an empty segment in the specified LedgerDimensionAccount object that is not present in another LedgerDimensionAccount object.

Syntax

client server public static boolean isDimensionMissing(
    LedgerDimensionAccount _matchLedgerDimension, 
    LedgerDimensionAccount _generatedledgerDimension, 
    RefRecId _matchDimensionHierarchyId, 
    boolean _useBudgetDimensions, 
   [boolean _throwError])

Run On

Called

Parameters

  • _useBudgetDimensions
    Type: boolean
  • _throwError
    Type: boolean
    A Boolean value that indicates whether to cause an error if a segment is missing.

Return Value

Type: boolean
true if there are no empty segments in the _generatedledgerDimension parameter that are not present in _matchLedgerDimension parameter; otherwise, false.

See Also

Reference

JournalizingDefinitionMatch Table