CustInvoiceLineMapping::createCustInvoiceLineMapping Method
Creates a relationship between the parent invoice line and the corrected invoice line.
Syntax
client server public static void createCustInvoiceLineMapping(
RefRecId _parentInvoiceLineRecId,
RefRecId _parentInvoiceLineParentRecId,
LineNum _parentInvoiceLineLineNum,
RefRecId _custInvoiceLineRecId,
RefRecId _custInvoiceLineParentRecId,
LineNum _custInvoiceLineLineNum)
Run On
Called
Parameters
- _parentInvoiceLineRecId
Type: RefRecId Extended Data Type
The record ID of the parent invoice line.
- _parentInvoiceLineParentRecId
Type: RefRecId Extended Data Type
The record ID of the parent invoice.
- _parentInvoiceLineLineNum
Type: LineNum Extended Data Type
The line number of the parent invoice line.
- _custInvoiceLineRecId
Type: RefRecId Extended Data Type
The record ID of the corrected invoice line.
- _custInvoiceLineParentRecId
Type: RefRecId Extended Data Type
The record ID of the corrected invoice.
- _custInvoiceLineLineNum
Type: LineNum Extended Data Type
The line number of the corrected invoice line.