ShipCarrierShippingRequest::find Method
Finds the specified record in the ShipCarrierShippingRequest Table.
Syntax
client server public static ShipCarrierShippingRequest find(
SalesId _salesId,
PackingSlipId _packingSlipId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
- _packingSlipId
Type: PackingSlipId Extended Data Type
- _forupdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: ShipCarrierShippingRequest Table
A record in the ShipCarrierShippingRequest table; otherwise, an empty record.