VendInvoiceInfoLine_Project::createFromSavedLine_Project Method
Inserts a new VendInvoiceInfoLine_Project record that is based on a VendInvoiceInfoLine_Project record and connected to a specified VendInvoiceInfoLine record.
Syntax
client server public static VendInvoiceInfoLine_Project createFromSavedLine_Project(VendInvoiceInfoLine _vendInvoiceInfoLine, [VendInvoiceInfoLine_Project _savedLineProject])
Run On
Called
Parameters
- _vendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The parent VendInvoiceInfoLine record for the new VendInvoiceInfoLine_Project record.
- _savedLineProject
Type: VendInvoiceInfoLine_Project Table
The VendInfoInfoLine_Project record that is used to create the active VendInfoInfoLine_Project record.
Return Value
Type: VendInvoiceInfoLine_Project Table
The new VendInfoInfoLine_Project table record.