Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates additional information related to invoice line.
Syntax
public boolean generateInvoiceLinesRelatedInformation(CustInvoiceJour _custInvoiceJour, CustInvoiceTrans _custInvoiceTrans)
Run On
Server
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
A record in the CustInvoiceJour table.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
A record in the CustInvoiceTrans table.
Return Value
Type: boolean
true if invoice line information have been inserted alongside other related data; otherwise, false.
Remarks
This method will be overridden in the sub class to generate any additional information needed for the CustInvoiceTrans record.