How to design a portal where there is no work object creation involved but just all screens come in a sequence

HI All,

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.

Please provide a detailed solution if you know.

@Pavanir6

How do you keep track of the tracablity requirements as you’re going to have multiple screens and actions on each screen?

@Pavanir6

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.

@Pavanir6

Is the data stored in Work or Data table for your search requirements?

@Pavanir6 I achieved this by keep all 3 screens in same harness and added visibility conditions. and for few i did on click launch harness.

@Pavanir6 I fixed this by adding all sections in same harness and adding visibility conditions.