TransportationDeliveryParty::findByView Method
Finds a record in the TransportationDeliveryParty table by using a record in the TransportationAllParty table.
Syntax
client server public static TransportationDeliveryParty findByView(TransportationAllParty _transportationPartyAll, [boolean _forUpdate])
Run On
Called
Parameters
- _transportationPartyAll
Type: TransportationAllParty View
The record in the TransportationAllParty table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: TransportationDeliveryParty Table
A record in the TransportationDeliveryParty table; otherwise, an empty record.