TaxLedgerAccountGroup::ledgerDimensionExistInGroup Method
Determines whether the specified record occurs in the TaxLedgerAccountGroup table.
Syntax
client server public static boolean ledgerDimensionExistInGroup(TaxAccountGroup _taxAccountGroup, LedgerDimensionAccount _ledgerDimension)
Run On
Called
Parameters
- _taxAccountGroup
Type: TaxAccountGroup Extended Data Type
A TaxAccountGroup value to use to find the TaxLedgerAccountGroup table buffer.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The LedgerDimensionAccount value to use to find the MainAccountId value.
Return Value
Type: boolean
true if the account number is used as one of the tax accounts in the account group; otherwise, false.