Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds and returns the invoice subtable record with the specified TableRefId, ParmId, and OrigPurchId fields.
Syntax
client server public static VendInvoiceInfoSubTable find(
ParmId _parmId,
TradeLineRefId _tableRefId,
PurchIdOrig _origPurchId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The parameter ID that will be used to find the record.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The table reference ID that will be used to find the record.
- _origPurchId
Type: PurchIdOrig Extended Data Type
The original purchase order ID that will be used to find the record.
- _forUpdate
Type: boolean
A Boolean value that specifies 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: VendInvoiceInfoSubTable Table
A VendInvoiceInfoSubTable record if it exists; otherwise, an empty record.
Remarks
If the record does not exist, an empty VendInvoiceInfoSubTable record is returned.