Hi,
we creating sales order using x++
in the x++ code for that WMSlocation we are giving some value
but in the warehouse default location has been set, while creating the sales line even if we gave our Wmslocation value still it is taking the default value from the warehouse i tried to ovveride using doupdate still am not able to ovveride it
in salesline we have method call modifyWMS location
whenever we call the salesline table this mehtod getfing called and changing the WMSlocation value to default
this method is wrrappable and hookable (false) method
i cant extended it either
is there some other way to ovverride the sales line WMSlocation value