Hi Guys I want to trigger script on Bulk processin...
# suitescript
n
Hi Guys I want to trigger script on Bulk processing context only. Invoices are created in bulk then only i have to trigger the User event Script. Anyone know how to capture "Bulk Processing Context" in the script.
p
You don't need to do it in your script. You can pick the specific execution contexts you require on the script deployment
n
I have checked on deployment record this context is not available
b
bulk processing is pretty weird in that the execution context is user event script
user event scripts arent supposed to trigger other user event scripts so its relatively unique
id pay attention to it and make sure that there are no other bulk processes that create invoices that you wouldnt want your script to run on
n
There is only one way for bulk processing
534 Views