Question

I've set up an InfoPath 2013 Form Load rule to switch view after a form is filled in and submitted. Works fine.

How would I switch back to the original Default view for the user to edit the form if it's rejected?

Was it helpful?

Solution

  1. Create a field in the InfoPath form "FormView" with a default value of 0.
  2. Promote the field to SharePoint.
  3. Add a Form Load rule to switch to the original view if FormView = 1.
  4. In your workflow, if the approval is rejected, update the FormView field to 1.
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top