PdsFreightGroup::find Method
Finds the specific record in the PdsFreightGroup table by using the specified PdsFreightAllocationGroupId value.
Syntax
client server public static PdsFreightGroup find(PdsFreightAllocationGroupId _pdsFreightAllocationGroupId, [boolean _forUpdate])
Run On
Called
Parameters
- _pdsFreightAllocationGroupId
Type: PdsFreightAllocationGroupId Extended Data Type
The PdsFreightAllocationGroupId value of the PdsFreightGroup record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PdsFreightGroup Table
A record in the PdsFreightGroup table; otherwise and empty record.