Creating a link to a tab

I have a blank app I created which is being displayed on a dashboard app…
I would like to create link that opens a new application tab…

I have successfully created a link using sc_make_link() BUT it opens in the parent and NOT a new application tab…

Any suggestions?

Have you looked at using sc_redir() to open the Tab Application?

Yes BUT I need it in a clickable link like <a href=’‘OPEN_LINK_IN_SC_TAB’>

It’s possible using some code, see this code:

AWESOME!!!
THIS WORKED GREAT,
THANKS!!!

1 Like