Share via


WMSTransport::canChangeReservationToNewLocation Method

Determines if the storage dimensions can be changed to the dimensions for a new location.

Syntax

client server private static boolean canChangeReservationToNewLocation(
    InventTrans _inventTrans, 
    InventDim _inventDimFrom, 
    WMSLocation _wmsLocationTo)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    An InventTrans record for which the fixed dimensions should be checked..
  • _inventDimFrom
    Type: InventDim Table
    The dimension that reservations should be changed from.
  • _wmsLocationTo
    Type: WMSLocation Table
    The WMSLocation location that the reservation should be changed to.

Return Value

Type: boolean
true if the dimension can be changed; Otherwise, false.

See Also

Reference

WMSTransport Table