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