hi all, any way using suitescript to detect whethe...
# suitescript
d
hi all, any way using suitescript to detect whether any quantity committed to items in Sales Order ? Don't think there is an event for this to be captured by User Event script, any solution or workaround for this ? or is my assumption is wrong ? thanks
c
Great question - I didn't think UserEvent script would capture this because it's a system event, not a user event.
I've seen something like this at a client - I'll take a look and see if I can see what they're doing. I know it's a saved search which is trigged by a scheduled script but I think that looks at items that went from committed 0 to a positive number so it's not really a real time event trigger for them.
d
I would love to know this too. We've had issues in the past where users were using the reallocate items page to take allocation from other's users' orders and put it on theirs. It would be nice to send out a "xx has moved items to their order" email or something similar.
d
@Craig thanks, so you're saying that schedule script will run like every 15 minutes or so to read a saved search which in it will have the qty committed information ?