ShipCarrierShipmentInvoice::find Method
Finds the specified record in the ShipCarrierShipmentInvoice table.
Syntax
client server public static ShipCarrierShipmentInvoice find(
WMSShipmentId _wmsShipmentId,
RefRecId _custInvoiceJourRefRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The Shipment ID of the ShipCarrierShipmentInvoice table record to find.
- _custInvoiceJourRefRecId
Type: RefRecId Extended Data Type
The reference to the CustInvoiceJour table record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: ShipCarrierShipmentInvoice Table
A record in the ShipCarrierShipmentInvoice; otherwise, an empty record.