Share via


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.
  • _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.

See Also

Reference

TaxLedgerAccounts_IN Table