ShipCarrierShipmentPackingSlip::find Method
Finds the specified record in the ShipCarrierShipmentPackingSlip table.
Syntax
client server public static ShipCarrierShipmentPackingSlip find(
WMSShipmentId _wmsShipmentId,
PackingSlipId _salesPackingSlipId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The shipment ID of the ShipCarrierShipmentPackingSlip table record to find.
- _salesPackingSlipId
Type: PackingSlipId Extended Data Type
The packing slip ID of the ShipCarrierShipmentPackingSlip table record to find.
- _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: ShipCarrierShipmentPackingSlip Table
A record in the ShipCarrierShipmentPackingSlip; otherwise, an empty record.