Nintex Workflow (SP2010) redirecting to new page upon Approve/Reject?

  • 27 June 2019
  • 4 replies
  • 17 views

Badge +1

I am building a Nintex approval workflow within SharePoint 2010.

 

At each stage, approvers are to review a document and either approve or reject.

 

As a user, once they select either button, they are directed to the home page.  My customers would prefer a custom acknowledgement page to pop up so they know it was successful.

 

Is this an option?


4 replies

Userlevel 4
Badge +9

You can use a window.alert in the client click of your button.
2864i1B3FE8FC33A53CEB.png

Badge +1

2865iB75C65CF09613578.png

 

I don't see that option in WorkFlow Designer 2010

 

Userlevel 6
Badge +22
Hi,

The screen shot from allan is showing an option that is available if you use a Nintex Task form.
When using a Nintex Task form you can configure the ok button to run Javascript, in this case have a popup window display "well done". There is also an option for a redirect URL is you would like that option instead.
Badge +1

Thanks for all of your suggestions. 

 

I actually found a way to do it within Workflow Designer:

When designing the Task Notification e-mail, you can insert a link.  I chose Approval URL, which brought up {Common:ApprovalUrl} in the Address. 

 

Adding "?Source=URLyouWantToUse.html" to the end like:

{Common:ApprovalUrl}?Source=URLyouWantToUse.html

does the trick.

Reply