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

Question

Question

Is Form Rerouting Based Off of Rejection Possible in Forms?

asked on January 15, 2020

We are setting up a form where if the form is rejected a certain number of times that it should be routed to a higher level supervisor. Is there a way to accommodate this in Forms, or should we bring in Workflow?

 

For example, if an employee has a case and the supervisor disagrees and asks them to adjust the case to what the supervisor stated, but the employee still maintains that they do not agree with the supervisor's decision, the case should then be routed to a higher level supervisor.

0 0

Replies

replied on January 16, 2020

I am doing something similar and it does involve workflow.  The above works for one cycle or it relys on the user to pick an escalation.

 

Basically I am doing the above but if it gets sent back to the employee you end up calling a workflow.  Have a hidden field on the form that holds a counter variable.  Every time it gets sent back, have workflow retrieve the number, increment it by 1, and pass it back to the form.  

The gateway after the Employee task checks that counter.  If it is = 4 (say if it has gone back 4 times and that is your limit) then head to supervisor instead.

2 0
replied on January 15, 2020

Sure, you can build that into the process. Below is an example where the employee first submits a case to their supervisor. The supervisor can approve it or send it back to the employee. If the employee agrees with the supervisor, they can update the form and send it back to them. If the employee disagrees with their supervisor, they instead can send the form to the higher level supervisor. You just need to provide buttons on the user tasks to give each person the option of where to send it next. 

1 0
replied on January 16, 2020

Thank you both! Right now we have it set up as Jared suggested, but we may look into adding the workflow part after testing. We are just getting started with Laserfiche forms and workflow, so we have our work cut out for us!

A coworker and I are heading to Empower this year! Do you know of any links that would be helpful with the workflow aspect until then?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.