I have a workflow that triggers a report from Reporting 5. It is essentially a workflow to pick a workflow that would then fire a report. What I am trying to do is to give the user a "back" option when they get to the second workflow.
The first workflow allows the user to select to search by either PID or Civic Address. The result triggers the second workflows that allow the user to type in either a pid or civic then generate a report based on that value. This all works great. My issue is that when the user; for example, selects "Civic Address" and the "type a civic address" workflow boots up I want to add the option for the user to go back to the select a search parameter workflow and it won't work. I even tried to have "submit" and "Cancel" as buttons but when the user clicks either it just generates a report.
I have a button bar with Submit and Cancel, submit causes validation and is default, cancel isn't either.
-
Have you considered combining the two workflows into one. You then just have a single form that has all the combined controls and use the control events to either turn on/off what you need the user to see based on earlier selections. I use this method to allow a user to select from five different reports that have different input requirements. They're all handled by a single input form.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar