ShipCarrierCODPackage::find Method
Finds a particular record in the ShipCarrierCODPackage Table.
Syntax
client server public static ShipCarrierCODPackage find(
SalesId _salesId,
ShipCarrierPackageId _packageId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
- _packageId
Type: ShipCarrierPackageId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: ShipCarrierCODPackage Table
A record in the ShipCarrierCODPackage table or an empty record.