November 23, 201213 yr I have a script that I pause to receive input from the user. The script takes the user to a layout where there are two buttons, and they must select one. However, the problem I am having is I cannot receive the input, and resume the script. I can have the buttons either set the field I want, or resume the script. If I create a new script that contains both functions, then it cancels the initial script and in turn, uses the pause instead of resume... I looked into using script triggers on the buttons to do one of the functions but couldn't get that to work either?
November 23, 201213 yr When you define your button to perform a script, you have the option to have it perform one of these on the currently running script: halt, exit, resume, pause. So, have your button perform a script that sets a field, and resumes the current script.
November 23, 201213 yr Author When you define your button to perform a script, you have the option to have it perform one of these on the currently running script: halt, exit, resume, pause. So, have your button perform a script that sets a field, and resumes the current script. Using the Pause/Resume Script command in the second script, I found this puts the second script into a paused state, instead of Resuming the initial script I was running..
November 23, 201213 yr Using the Pause/Resume Script command I assume you mean script step? That's not what I was referring to. This is what I was talking about...
Create an account or sign in to comment