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
protected boolean generateInvoiceLinesRelatedInformation(CustInvoiceJour _custInvoiceJour, CustInvoiceTrans _custInvoiceTrans)
Run On
Server
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
The record of the CustInvoiceJour table.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
The record of the CustInvoiceTrans table.
Return Value
Type: boolean
true if invoice line information have been inserted along with other related data; otherwise, false.
Remarks
This method will be overridden in the sub class to generate any additional information needed for CustInvoiceTrans record, such as customer packing slips, inventory dimensions for sales invoice and any other custom data.