WHSShipmentTable::changeLocation Method
Changes the location of either the stagging or final location, based on parameters, for all non-executed work that is associated with the shipment.
Syntax
client server public static void changeLocation(
WHSShipmentId _shipmentId,
InventLocationId _inventLocationId,
WMSLocationId _newLocation,
WHSLocType _locType)
Run On
Called
Parameters
- _shipmentId
Type: WHSShipmentId Extended Data Type
The shipment ID.
- _inventLocationId
Type: InventLocationId Extended Data Type
The location ID.
- _newLocation
Type: WMSLocationId Extended Data Type
The new warehouse location ID.
- _locType
Type: WHSLocType Extended Data Type
The location type.