TaxInformationCustTable_IN::findByCustTable Method

Finds the record in the TaxInformationCustTable_IN table that is specified by a customer table.

Syntax

client server public static TaxInformationCustTable_IN findByCustTable(AccountNum _accountNum, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

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

See Also

Reference

TaxInformationCustTable_IN Table