then no, UEs do not chain together
# suitescript
e
then no, UEs do not chain together
t
I know in SS1 I was able to set the script context, is there nothing like that in SS2?
Essentially what I am trying to do is based on a variable on a record, I want to run either script1 or script 2
b
from what you shared so far, you may be able to make both script 1 and script 2 calculate the variable and return early depending on which you want to run
t
@battk That's exactly what I ended up doing. Thank you, @erictgrubaugh and @alien4u for the advice