Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record in the CustInvoiceTransTaxExtensionIN table, based on a custInvoiceTrans record ID.
Syntax
client server public static CustInvoiceTransTaxExtensionIN findByCustInvoiceTrans(RefRecId _custInvoiceTransRecId, [boolean _update])
Run On
Called
Parameters
- _custInvoiceTransRecId
Type: RefRecId Extended Data Type
The custInvoiceTrans record ID of the CustInvoiceTransTaxExtensionIN record to find.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustInvoiceTransTaxExtensionIN Table
A record from the CustInvoiceTransTaxExtensionIN table; otherwise, an empty record.