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.
Inserts a new saved invoice project line record that is based on the supplied active invoice project line record.
Syntax
client server public static VendInvoiceInfoLine_Project createFromActiveLine_Project(VendInvoiceInfoLine _vendInvoiceInfoLine, VendInvoiceInfoLine_Project _activeLineProject)
Run On
Called
Parameters
- _vendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The parent VendInvoiceInfoLine record for the new VendInfoInfoLine_Project table.
- _activeLineProject
Type: VendInvoiceInfoLine_Project Table
The active invoice line project record that is used to create the saved invoice project line record.
Return Value
Type: VendInvoiceInfoLine_Project Table
The new VendInvoiceInfoLine_Project record.