Skip to main content
Nintex Community Menu Bar
Question

Navigating from Form in Edit Mode to Approval Form

  • August 21, 2023
  • 3 replies
  • 114 views

Forum|alt.badge.img+4

What is the best way to navigate from Viewing an Item in Edit Mode to The Approval Form without using the back button?

 

Scenario: On my approval page and give user a link to view item. However, I want them to navigate back to the approval page after viewing/Editing item.

 

 

3 replies

Forum|alt.badge.img+15
  • Scholar
  • August 21, 2023

Consider popping up the view/edit view as a sub view? The user would have to close it to get back to the approval form.


Forum|alt.badge.img+4
  • Novice
  • August 28, 2023
  • A Sub view will work very well. 
  • Add edit functionality for the item to your Approval form. 
  • Pass URL’s to your edit form as parameters.  
    • User navigates to Approval form
    • User clicks edit and is navigate to an edit form (with the original approval url passed through to the edit form “Redirect URL”)
    • Upon clicking save the Edit form evaluates the Redirect URL for a value and if it has one redirects back to the original approval form.

MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • September 18, 2023

Hi @Messam 
Did these responses answer your question?