TaxLedgerAccountSetup_IN::findByTaxAccountGroup Method

Finds the record in the TaxLedgerAccountSetup_IN table by the specified tax account group.

Syntax

client server public static TaxLedgerAccountSetup_IN findByTaxAccountGroup(
    RefRecId _taxAccountGroup, 
    TaxAccountCode_IN _accountCode, 
   [RefRecId _taxRegistrationNumber, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _taxAccountGroup
    Type: RefRecId Extended Data Type
    The tax account group reference record ID of the TaxLedgerAccountSetup_IN record to find.
  • _taxRegistrationNumber
    Type: RefRecId Extended Data Type
    The tax registration number reference record ID of the TaxLedgerAccountSetup_IN record to find.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TaxLedgerAccountSetup_IN Table
A record from the TaxLedgerAccountSetup_IN table; otherwise, an empty record.

See Also

Reference

TaxLedgerAccountSetup_IN Table