WMSStorageLoadUnit::find Method
Finds the specified record in the WMSStorageLoadUnit table.
Syntax
server public static WMSStorageLoadUnit find(RecId _storageLoadUnitRecId, [boolean _forUpdate])
Run On
Server
Parameters
- _storageLoadUnitRecId
Type: RecId Extended Data Type
The ID of the WMSStorageLoadUnit record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WMSStorageLoadUnit Table
A record in the WMSStorageLoadUnit table; otherwise, an empty record.