When adding a group item to an order, I want a cli...
# suitescript
f
When adding a group item to an order, I want a client script to await the end of group row. Right now my script works with setTimeout, which is not ideal. Is there a way to make this truly asynchronous?