WMSAisleRackCopy::copyRack Method [AX 2012]
Copies all locations from one rack to another.
Syntax
server private static void copyRack(
InventLocationId inventLocationIdFrom,
InventLocationId inventLocationIdTo,
WMSAisleId wmsAisleIdFrom,
WMSAisleId wmsAisleIdTo,
Integer rackFrom,
Integer rackTo)
Run On
Server
Parameters
- inventLocationIdFrom
Type: InventLocationId Extended Data Type
The ID of the warehouse part of the rack to copy from.
- inventLocationIdTo
Type: InventLocationId Extended Data Type
The ID of the warehouse part of the rack to copy to.
- wmsAisleIdFrom
Type: WMSAisleId Extended Data Type
The ID of the aisle part of the rack to copy from
- wmsAisleIdTo
Type: WMSAisleId Extended Data Type
The ID of the aisle part of the rack to copy to
- rackFrom
Type: Integer Extended Data Type
The ID of the rack ID part of the rack to copy from
- rackTo
Type: Integer Extended Data Type
The ID of the rack ID part of the rack to copy to.
Exceptions
Exception | Condition |
---|---|
UpdateConflict | Standard update conflict resolution. |
UpdateConflictNotRecovered | Standard update conflict resolution. |