I think you're looking at baking in logic such as ...
# suitescript
n
I think you're looking at baking in logic such as based on passed in parameters / setting / checking fields.
a
@NElliott I want to create a record in script A. scripts B,C,D,E,F are running on that record. I want to stop B,C,D,E,F for the record that I'm creating in A.
n
undeploy those scripts for that record?
failing that set a flag on the record, check the flag at the top of those scripts?
a
imagine I don't have access to dose scripts and the only script I can change is A
n
Then I believe you are all out of options
b
Make custom record Z, have a user event script deployed to Z make your record you would to make in A
user event scripts dont trigger other user event scripts so A wont trigger BCDEF
n
Yeah I guess that'd work, ugh, NS.
a
thanks