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
PNJ
12/09/2020, 8:11 AM
You don't need to do it in your script. You can pick the specific execution contexts you require on the script deployment
n
Nihal Mulani
12/09/2020, 8:12 AM
I have checked on deployment record this context is not available
b
battk
12/09/2020, 9:26 AM
bulk processing is pretty weird in that the execution context is user event script
battk
12/09/2020, 9:29 AM
user event scripts arent supposed to trigger other user event scripts so its relatively unique
battk
12/09/2020, 9:30 AM
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