Share via


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

See Also

Reference

CustInvoiceLineMapping Table