Hi,We have a task page where users will accept tasks and work on it. In the page, we have some filters as well. While trying to open the task without selecting the filter, the task opens normally and we are able to complete the task. But when filter is selected and trying to open task, we are getting "Are you sure you want to leave this page?" message. Any way how to not encounter this message
Discussion posts and replies are publicly visible
This "task page", what exactly is that? I only see this message when I change rule inputs in a UIT and try to leave that task.
Task page is an interface where we show the list of tasks assigned to a user in the site.We have added it as a startform in the process model. We are showing my tasks and all tasks in the page. The my tasks grid is present in a child interface with filters. When selecting filters and clicking on one task link, we are getting the message. How to avoid this message? Should we move everything inside one interface?
Sarathkumar R said:We have added it as a startform in the process model
That is the problem. May I ask we you made that design decision? You could add that task page as an interface to the site page.
Previously it was as a interface in site. Recently we had a requirement from client where they wanted to select multiple tasks and on the click of a button, all the selected tasks will be completed. So in order to implement it, we provided a button on the interface and made the interface as a start form, so when the button is clicked, next interface will show (if applicable) and they will provide certain comments on the next interface and click on submit which will eventually complete all tasks.