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
- _accountNum
Type: AccountNum Extended Data Type
The customer table account number of the TaxInformationCustTable_IN record to find.
- _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.