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
Craig
02/10/2021, 2:53 AM
Great question - I didn't think UserEvent script would capture this because it's a system event, not a user event.
Craig
02/10/2021, 2:54 AM
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
dansteg
02/10/2021, 2:56 AM
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
dennysutanto
02/10/2021, 6:25 AM
@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 ?