Share via


CustInvoiceTransTaxExtensionIN::findByCustInvoiceTrans Method

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.

See Also

Reference

CustInvoiceTransTaxExtensionIN Table