You are viewing limited content. For full access, please sign in.

Question

Question

Open form URL to preferred form

asked on April 26, 2018

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!!

0 0

Replies

replied on April 26, 2018

Try this:

https://[SERVERNAME]/Forms/bp/listing/[BUSSINESS_PROCESS_ID]#/bam/instances/[INSTANCE_ID]

1 0
replied on April 26, 2018

Try this: 

https://[SERVERNAME]/Forms/bp/listing/[BUSSINESS_PROCESS_ID]#/bam/instances/[INSTANCE_ID]

You are not allowed to follow up in this post.

Sign in to reply to this post.