CustInvoiceLineCorrLink_RU::createLink Method
Creates link between a CustInvoiceLine record and a corrected CustInvoiceTrans record.
Syntax
client server public static CustInvoiceLineCorrLink_RU createLink(CustInvoiceLineIdRefRecId _custInvoiceLineRecId, CustInvoiceTransRecId _corrTransRecId)
Run On
Called
Parameters
- _custInvoiceLineRecId
Type: CustInvoiceLineIdRefRecId Extended Data Type
The record ID of the CustInvoiceLine record.
- _corrTransRecId
Type: CustInvoiceTransRecId Extended Data Type
The record ID of the corrected CustInvoiceTrans record.
Return Value
Type: CustInvoiceLineCorrLink_RU Table
The CustInvoiceLineCorrLink_RU record that is created.