Is there a way in Netsuite to cancel a script script that is running (Processing status)?
b
battk
07/13/2023, 12:08 AM
mostly depends on whys its still processing
battk
07/13/2023, 12:09 AM
if its in an infinite loop, you hope that netsuite governance everntually catches it and cancels it
battk
07/13/2023, 12:13 AM
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
battk
07/13/2023, 12:14 AM
some even go as far as making that a part of the script