Hello,
I am trying to build a form that sends a cancel request for a different form. A user enters their employee credentials and a lookup returns any active form processes.
I am trying to allow the user to select which form they want to cancel and them have the user that has authority to cancel actually complete the process (with 'cancel' as it's status).
I see that I can build a URL to a specific form:
http://[SERVERNAME]/Forms/Form/avSubmission?instanceId=[InstanceID]&submissionId=[SubmissionID]
However, this looks like it will bring the user to the initial submit form or a form that has already been viewed. My questions is can I use the above URL and have it point to a form that has not been viewed or accessed yet? How can I select which form for the URL to open to?
I am thinking I would have a Workflow Service Task retrieve the Form ID that the user wants to cancel then have Workflow send an email with the URL to the requested form.
If there is a better way to accomplish this, please let me know.
Thank you in advance!!