TaxWithholdTrans_IN::findByCustInvoiceTransRecId Method
Reads the TaxWithholdTrans_IN table for the specified CustInvoiceTrans Record id.
Syntax
client server public static TaxWithholdTrans_IN findByCustInvoiceTransRecId(
RefRecId _custInvoiceTransRecid,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInvoiceTransRecid
Type: RefRecId Extended Data Type
The reference RecId used to fetch recotd from TaxWithholdTrans_IN table.
- _forupdate
Type: boolean
Indicates the record to update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: TaxWithholdTrans_IN Table
A buffer that contains the TaxWithholdTrans_IN table.