Question

Navigating from Form in Edit Mode to Approval Form

  • 21 August 2023
  • 3 replies
  • 85 views

Badge +2

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

Userlevel 5
Badge +13

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.

Userlevel 2
Badge +4
  • 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.
Userlevel 5
Badge +20

Hi @Messam 
Did these responses answer your question? 

Reply