I have a requirement where i should create a portal where when the page loads some dropdowns or autocomplete will display in center of the screen . Now user will select some values and Hit search button.
Upon hitting search i should navigate to second screen and show results. Then again to 3 rd screen and so on. As i am not using any case type or flow how can i move to second and third screens and display them in center panel in portal.
If you’re not going to use any case type, you cant use traditional flows. You have to use the data first approach where the initial screen will load from a harness. After click on search you can display another layout below which will show the search results, or you can provide a link on click of which you can show a local action with the search results section.
@RameshSangili we dont need to trace the path. This portal is just like a search application.. they select some fields and get serach data on next screen in table layout. Then upon selecting a row in table layout another screen should open with more information about row selected in table layout .
@SohamM95 I already designed a new portal with harness in it holding the first screen. Now i need to display second screen to display results based on search criteria from 1st screen.
In second screen if user selects any row i should display 3rd screen where mre information about that row should display.
I tried using on click launch local action. Its not working. Error says Local actions are available only when you are performing the assignment.