TaxLedgerAccounts_IN::findByTaxAccounts Method
Finds the record in the TaxLedgerAccounts_IN table specified by tax accounts.
Syntax
client server public static TaxLedgerAccounts_IN findByTaxAccounts(
RefRecId _taxAccountSetup,
TaxAccountType_IN _accountType,
RefRecId _taxComponent,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxAccountSetup
Type: RefRecId Extended Data Type
The tax account setup reference record ID of the TaxLedgerAccounts_IN record to find.
- _accountType
Type: TaxAccountType_IN Enumeration
The tax account type of the TaxLedgerAccounts_IN record to find.
- _taxComponent
Type: RefRecId Extended Data Type
The tax component reference record ID of the TaxLedgerAccounts_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TaxLedgerAccounts_IN Table
A record from the TaxLedgerAccounts_IN table; otherwise, an empty record.