CustInvoiceLineMapping::getLineIdByParentSourceDocumentLine Method
Gets the adjusting or corrected invoice line record ID through the parent invoice line SourceDocumentLine record.
Syntax
client server public static RefRecId getLineIdByParentSourceDocumentLine(
RefRecId _parentSourceDocumentLine,
InvoiceAssociationType invoiceType,
RefRecId parentRecId)
Run On
Called
Parameters
- _parentSourceDocumentLine
Type: RefRecId Extended Data Type
The record ID of the parent invoice line.
- invoiceType
Type: InvoiceAssociationType Enumeration
The association type of the invoice.
- parentRecId
Type: RefRecId Extended Data Type
The record ID of the parent invoice.
Return Value
Type: RefRecId Extended Data Type
The record ID of the adjusting or corrected invoice line.