Is it possible to have multiple actions in one site page?

We are trying to streamline the user experience for the user base in our process. They currently use Tempo, but we are considering the possibility of creating a site for them. The users spend about 90% of their time in the Actions tab, and occasionally they will use Reports and Records. They seldom, if ever use News or Tasks.  We would like to create a site with 3 pages (Actions, Reports & Records) and for them to land basically in the Actions tab. 

The page builder allows 1 item per page, this is not achieving our goal since they need to use 13 actions, 9 records and 11 reports and would like to display all of them in each respective page. 

Is this possible by any workaround or design pattern? Any help will be appreciated. 

Thank you, 

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Associate Developer
    Hey Oscar,

    If I understood your question correctly, Then you requirement is to create a site which consists of 3 different buttons/Tabs or any action item that can perform different purpose. To achieve this you can create a site and add an interface form for the first tab. Now inside interface you can create three different actions be it like button,Link or any clickable component and on the clicking of each action item you can provide your logic to achieve what is being needed. Lets assume you have three different process model for each action then in that case you can use a!startProcesslink() function on the clicking of each action item.


    Please let me know if this helps
Reply
  • +1
    Certified Associate Developer
    Hey Oscar,

    If I understood your question correctly, Then you requirement is to create a site which consists of 3 different buttons/Tabs or any action item that can perform different purpose. To achieve this you can create a site and add an interface form for the first tab. Now inside interface you can create three different actions be it like button,Link or any clickable component and on the clicking of each action item you can provide your logic to achieve what is being needed. Lets assume you have three different process model for each action then in that case you can use a!startProcesslink() function on the clicking of each action item.


    Please let me know if this helps
Children