Is there a way in Netsuite to cancel a script scri...
# suitescript
m
Is there a way in Netsuite to cancel a script script that is running (Processing status)?
b
mostly depends on whys its still processing
if its in an infinite loop, you hope that netsuite governance everntually catches it and cancels it
a lot of the time modifying the script so that it stops itself, like by throwing an error is enough for scripts that are just processing when you dont want it to be
some even go as far as making that a part of the script
f
Break the script and upload it.