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

Discussion

Discussion

Signal Throw & Catch Question

posted on April 25, 2016

We are trying to find a better way to handle situations when more than 1 person needs to approve or reject a form submission. Below is the current setup:

In the above situation, an approval could be needed by more than 1 person. If it does go to more than person they can click on Approve or Reject buttons. We then have some JavaScript to detect if the Reject button is clicked and then inserts the word Rejected into a single line field. At the Approved or Denied 3 gateway, it evaluates if the word reject is present in that field.

With the release of Forms 10 and the Signal Throw & Catch events, would it be possible to use those to accomplish the same thing? I like to try and use the built in features of Forms as much as possible instead of custom code.

1 0
replied on October 9, 2020

Hi Blake,

On your post you mentioned this: "We then have some JavaScript to detect if the Reject button is clicked and then inserts the word Rejected into a single line field."  Would you be able to share the JavaScript?  

In our scenario, if a reviewer rejects a form we want to stamp the form with "Rejected" (write "Rejected" into a field) before saving it to the repo or attaching it in an email notification to the form submitter.  

Thank you for your time and help.

Best regards,

Jeff

0 0
replied on April 7, 2017

I am trying to figure out how to do the same thing. The problem is, in my conditions there is no selections for previous signal events. The system can't even see which signal catch triggered the action. It only has last user action and the normal conditional stuff.

0 0

Discussion 1

Sign in to reply to this post.