Hello, I have an application that contains sublists in different categories in the list I added to a tab. I want to add buttons to my home page that will provide shortcut access to sublists in other tabs. However, with go to tab, I can create an action that only goes to the tab, not the sublists. When I copy the link of the category in my sublist, set the actions to go to the link, and add the link of the sublist, I can only open the application in a new tab by reloading it when I click on the button. Is there any way I can do this what I want?
I’ve been wondering about this too. Hope you get some help with it.
This should be easy enough with a custom action. Would you mind adding a couple of screen shots so that I can understand your current flow better?
I am sharing screenshots of the application I took from my phone. I couldn’t understand what action I should design for this process.
So when the user clicks on the button on the Home page, does it have to go to the second tab or you just want to replicate the look of that second tab?
When the user clicks on the button, I want him to not only go to the other tab, but also access the details screen of my list in the tab or the sublists of the list in the tab. I don’t want it to copy the table data and open it in a new screen. I want it to access any list in a tab I’ve already prepared, without needing any new editing.
To do this, you will need either a Single Relation or Single Value->Whole Row column in your User Profile table that targets each of the table rows that you’re interested in. You can then use a custom action with two steps:
- Go To Tab → [the tab you want to go to]
- Show Details Screen → User Profile Row → Single Value/Single Relation column.
Thank you very much, I didn’t think it would be this simple. I tried it and it worked. Since the majority of my users will be public users and I thought that the edits I made in the user table were generally specific to logged-in users, I had never thought of doing this. Thank you very much again.
nice @Darren_Murphy . I figured it would be a spin off to what you showed me with the custom search but I didn’t get around to trying it yet. Very useful info.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.