Reuse Pages

I may be missing something but is it possible to reuse tabs/pages?

For example say I have a page which is currently linked to from a button and I need to change the parent page layout or link to it from another tab/button. Typically I will have to recreate the whole page. I know sometimes the same page will be used but what if I want to create multiple different pages using the same data?

Ideally I’d like to create “Tabs” which are hidden from the nav and not in the More menu which I can then link to wherever I like using the “go to tab” action.
This will then allow me to edit the one tab/page and not have to duplicate my work or worry about rebuilding it every time.

Any pointers much appreciated.

on the layout, open the screen you want to reuse. right click to copy all. create a (new) custom screen where you want to reuse this. paste. edit as you please.

im relatively new, so please wait for others to also comment, but you might want to give this a try.

You can do this.

Another technique is to create custom actions that take you to new screens, that linked to a common table that multiple screens in your app share. Then call on that same action from multiple places.

2 Likes

When I hide a tab from the Nav I can’t select it in the go to tab action.

You should be able to. How are you hiding it? Are you using the method that Jeff showed?

Yes just ticking hide from Nav.

That’s odd, it works for me. I actually created one of these today.
Do you have any visibility conditions on the tab?

1 Like

Seemed to be setting the visibility to hidden when we ticked hide from nav. Removing the visibility setting does what we need. Thanks for the help.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.