WHSTmpReleaseToWarehouse::exist Method
Determines whether a specified record in the WHSReleaseToWarehouse table exists.
Syntax
client server public static boolean exist(
WHSTmpReleaseToWarehouse _releaseToWarehouse,
WHSReleaseToWarehouseId _releaseToWarehouseId,
InventTransId _inventTransId,
InventDimId _inventDimId)
Run On
Called
Parameters
- _releaseToWarehouse
Type: WHSTmpReleaseToWarehouse Table
A WHSReleaseToWarehouse 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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.