I have a form where user can enter search criteria and see the result. This is s

Certified Senior Developer
I have a form where user can enter search criteria and see the result. This is start form. The problem is when user does a search and views the result and then want's to move to another tab say Records from there we get an warning message. Is there a way to remove this warning message alert?...

OriginalPostID-135973

OriginalPostID-135973

  Discussion posts and replies are publicly visible

Parents
  • You are getting that error because you are using formLayout in start form. Even though it is not recommended, you can use dashboardLayout instead, which will get rid of that error. You will also loose the nice layout of the buttons at the bottom of the form and will have to move them elsewhere within the interface.

    Remember process is only instantiated after the start form is submitted so if user move away there is no process/task for them to go back to.

    Hope this helps.
Reply
  • You are getting that error because you are using formLayout in start form. Even though it is not recommended, you can use dashboardLayout instead, which will get rid of that error. You will also loose the nice layout of the buttons at the bottom of the form and will have to move them elsewhere within the interface.

    Remember process is only instantiated after the start form is submitted so if user move away there is no process/task for them to go back to.

    Hope this helps.
Children
No Data