Share via


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

Exceptions

Exception Condition
UpdateConflict

Standard update conflict resolution.

UpdateConflictNotRecovered

Standard update conflict resolution.

See Also

Reference

WMSAisleRackCopy Class