i have a UE script with beforeSubmit and afterSubm...
# suitescript
t
i have a UE script with beforeSubmit and afterSubmit entrypoints, and I need to pass some data from one to the other. I've handled this in the past by declaring variables outside the scope of the entrypoints, and then assigning them values in one and reading them in the other as needed
s
if you handled it in the past by storing it in a variable and it worked, doesn't that make you wonder?