CustInvoiceTrans::findCustInvoiceTransFromTaxTrans_IN Method
Finds the record in the CustInvoiceTrans table.
Syntax
client server public static CustInvoiceTrans findCustInvoiceTransFromTaxTrans_IN(
SalesId _salesId,
InvoiceId _invoiceId,
InvoiceDate _invoiceDate,
NumberSequenceGroupId _numberSeqGrp,
LineNum _lineNum)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales order id.
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice id.
- _invoiceDate
Type: InvoiceDate Extended Data Type
The invoice date.
- _numberSeqGrp
Type: NumberSequenceGroupId Extended Data Type
The number sequence group id.
- _lineNum
Type: LineNum Extended Data Type
The line number.
Return Value
Type: CustInvoiceTrans Table
The record in the CustInvoiceTrans table.