TaxLedgerAccountGroup_IN::checkTaxAccountGroup Method
Checks whether exist a instance TaxLedgerAccountGroup_IN for given parameters.
Syntax
client server public static boolean checkTaxAccountGroup(TaxAccountGroup_IN _taxAccountGroup, TaxType_IN _taxType)
Run On
Called
Parameters
- _taxAccountGroup
Type: TaxAccountGroup_IN Extended Data Type
The tax acount group is used to find record.
- _taxType
Type: TaxType_IN Enumeration
The tax type is used to find record.
Return Value
Type: boolean
Returns ture, if exist record; otherwise, false.