TaxLedgerAccountGroup_IN::findByTaxAccountGroup Method
Finds the record in the TaxLedgerAccountGroup_IN table by the specified tax account group.
Syntax
client server public static TaxLedgerAccountGroup_IN findByTaxAccountGroup(TaxAccountGroup_IN _taxAccountGroup, [boolean _forUpdate])
Run On
Called
Parameters
- _taxAccountGroup
Type: TaxAccountGroup_IN Extended Data Type
The tax account group of the TaxLedgerAccountGroup_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TaxLedgerAccountGroup_IN Table
A record from the TaxLedgerAccountGroup_IN table; otherwise, an empty record.