Hi team, So I have a requirement where in the interface if i click on the product name link in a grid it should go to the summary page interface. But it has to be linked through the process model.
In the image above, the start form is the home interface. but when i start the process from the process model, it is opening a separate tab for the summary page which is not linked through the process model. So the process is still stuck in the start form. How do i configure the drillable link to open the summary page for that particular product using the process model?
And the other thing is, the is a button link in the summary page which is visible only when a certain Boolean rule input is false. how do i set it as false as default in the interface itself? I was able to set the process variable false only in the process model before the process starts.
Discussion posts and replies are publicly visible
I can see that the activity chaining is missing in the process model. Make sure to chain the nodes between start node and summary page.
P.S. Record link are much better approach to navigate in the site
Hi, Thank you for your reply. I tried the activity chain between the two of them and still its not moving to the summary page.