VendInvoiceInfoTable::deepCopyFromActiveToSavedIL Method
Copies data from the VendInvoiceInfoTable table structure of an active invoice into the table structure of a saved invoice.
Syntax
server private static container deepCopyFromActiveToSavedIL(container _inputContract)
Run On
Server
Parameters
- _inputContract
Type: container
A container with the active VendInvoiceInfotable record.
Return Value
Type: container
Returns a container with the saved VendInvoiceInfotable record.