VendInvoiceInfoSubTable::createFromVendInvoiceInfoLine Method
Creates a new record in the VendInvoiceInfoSubTable table, based on the existing VendInvoiceInfoLine record.
Syntax
client server public static VendInvoiceInfoSubTable createFromVendInvoiceInfoLine(
VendInvoiceInfoLine _vendInvoiceInfoLine,
ParmId _parmId,
PurchName _purchName,
[boolean _insert])
Run On
Called
Parameters
- _vendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The VendInvoiceInfoLine record to create a VendInvoiceInfoSubTable record.
- _parmId
Type: ParmId Extended Data Type
The ParmId value for the new record.
- _purchName
Type: PurchName Extended Data Type
The PurchName value for the new record.
- _insert
Type: boolean
A Boolean value that specifies whether the record should be inserted; optional.
Return Value
Type: VendInvoiceInfoSubTable Table
The newly created VendInvoiceInfoSubTable record.