Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _matchLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The first ledger dimension account to be matched.
- _generatedledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The generated ledger dimension account to be matched.
- _matchDimensionHierarchyId
Type: RefRecId Extended Data Type
- _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.