Currently Being Moderated
May 19, 2006 6:45 AM
We use Workflow Designer 5.0 and Server 6.2. At one point in the process I have the following actions:
Submit
Decline
Redo
Save
I use radio buttons for a user to indicate a Decline or Redo action. When they select one of the radio buttons, when they try to submit, it prompts them to change submit to Redo or Decline and then submit.
Is there a way when they select the Decline or Redo radio button, to have the action chosen display in JFWF_ACTION for that page? I tried this code on the Decline radio button click event, JFWF_Action_P2.ChoiceList = "Decline", and as you might expect, Decline is in the drop down (like I want) and they can submit, but unfortunately it goes into the great beyond.
On entering the page we have this code:
JFWF_Action_P2.ChoiceList = JFWF_ACTION.ChoiceList
to populate the JFWF_Action_P2 choicelist.
I need to find out if there is a way to do the above or find out that there is not a way. Then I (and the users) will know once and for all.
Thanks in advance.!
Mary