Whats preventing a sales order update when the cus...
# suitescript
b
Whats preventing a sales order update when the custom record changes
c
Our custom record will be updated independently (which internally has reference to SO) @battk. So when SO is reopened later point of time we need to pick latest data from custom record and update date accordingly. In UE script before Load event when we try to update shipdate though it is not throwing any error it is not showing latest value.
Got your point, we are not updating SO when custom record changed. We will give a try on that.