Share via


SalesLineType_ReturnItem.modifyWMSLocation Method [AX 2012]

Modifies an InventDim record that has WMS values with the default direction of receipt.

Syntax

public void modifyWMSLocation(InventDim _inventDim, boolean _resetWMSLocationId)

Run On

Called

Parameters

  • _resetWMSLocationId
    Type: boolean
    A Boolean value that indicates whether to reset the WMSLocationId field even if the LocationId field is unchanged.

Remarks

When changing the warehouse on a sales order line, the location is updated with the default WMS values for items with an attached dimension group that has the location set to active.

See Also

Reference

SalesLineType_ReturnItem Class