CustConsInvoice_JP::findByNaturalKey Method
Finds a VendConsInvoice_JP record, based on a consolidated invoice ID.
Syntax
client server public static CustConsInvoice_JP findByNaturalKey(
CustConsId_JP _consId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _consId
Type: CustConsId_JP Extended Data Type
The consolidated invoice ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the selected record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model.
Return Value
Type: CustConsInvoice_JP Table
A record of the VendConsInvoice_JP table.