WHSTmpReleaseToWarehouse::find Method
Finds the specified record in WHSTmpReleaseToWarehouse table.
Syntax
client server public static WHSTmpReleaseToWarehouse find(
WHSTmpReleaseToWarehouse _releaseToWarehouse,
WHSReleaseToWarehouseId _releaseToWarehouseId,
InventTransId _inventTransId,
InventDimId _inventDimId,
[boolean _forupdate])
Run On
Called
Parameters
- _releaseToWarehouse
Type: WHSTmpReleaseToWarehouse Table
A WHSTmpReleaseToWarehouse record.
- _releaseToWarehouseId
Type: WHSReleaseToWarehouseId Extended Data Type
The ReleaseToWarehouseId of the record.
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransId of the record.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId of the record
- _forupdate
Type: boolean
A boolean value that indicates whether to read the record for update;optional.
Return Value
Type: WHSTmpReleaseToWarehouse Table
A record in WHSTmpReleaseToWarehouse table; otherwise, an empty record.