-
1. Re: CS3 JS Running an JS within an Action?
c.pfaffenbichler May 12, 2011 1:55 AM (in response to John.Kordas)I don’t know for sure.
If you were to split the Action and end the first one with a Script that starts the second Action only on OK of its dialog that might be an option.
But I think such a choice within an operation would best be done fully in the Script.
Why do you use Actions in this case?
-
2. Re: CS3 JS Running an JS within an Action?
John.Kordas May 12, 2011 4:30 AM (in response to c.pfaffenbichler)I do agree the logical process would be to have the entire process in a script. What I'm doing is putting a workflow process in before an action the guys here use. Rather than take away the ability for them to adjust the action currently used, as they would not be able to edit the JS I thought having both could work. The work around has been to create an action from the JS that if they click on the Yes then the script will call the next action. I would of liked to have the users only click on one action and not risk then going to the second action first which checks the workflow.


