VendInvoiceInfoSubTable.vendInvoiceInfoTable Method
Finds and returns the parent invoice table record.
Syntax
public VendInvoiceInfoTable vendInvoiceInfoTable([boolean _forUpdate, ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; optional.
Return Value
Type: VendInvoiceInfoTable Table
A VendInvoiceInfoTable table record if it exists; otherwise, an empty record.
Remarks
If the record does not exist, an empty VendInvoiceInfoTable table record is returned.