How do I make a form button keep the form visible after ReferenceWorkflow activity?
My workflow displays a form that has combo boxes, text fields, and date fields, with these four buttons at the bottom of it: Edit Geometry, Delete, Save, and Cancel. The Save button works nicely.
The way the Edit Geometry button works right now is by running a ReferenceWorkflow activity that prompts the user through an AddStatus external command to click where to move the point feature, then it proceeds to save the values from the form, and then that's the end of everything.
But what I need is for the form to display again after the Edit Geometry has completed. In that way the user could still make another form edit if desired before finally clicking Save to exit the workflow. So how can I achieve this?
Let me explain how the workflow is set up right now. A ReferenceWorkflow activity runs from an If activity that follows the DisplayForm activity, ensuring that the reference workflow runs only when Edit Geometry is clicked, and then it saves the form results and ends the whole workflow. If it is not Edit Geometry that is clicked (but Save), the workflow simply saves the form results and ends there.
So how could I make the form effectively stay visible when the user clicks Edit Geometry? How can a form button, when clicked, keep the form visible? Please explain for me.
Thanks,
Justin
0
Please sign in to leave a comment.
Comments
1 comment