Skip to main content
Nintex Community Menu Bar
Question

after salesforce signon show a skuid page

  • July 10, 2024
  • 3 replies
  • 10 views

Forum|alt.badge.img+14

Is there a recipe to have my skuid page ONLY “RM1_Leo_C_Level” show after I sign on to Salesforce.  I do not want ANY indication that salesforce even exists.  Like a “Site” page.  A video would be great.

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+11
  • 340 replies
  • July 10, 2024

Try setting the default home tab of your App to a custom Visual force tab that directs to your Skuid page. So,

1st - create a Visual force page that re-directs to your Skuid page (not using page assignments, just using this markup:
<apex:page controller=“skuid.Redirects” action=“{!redirect}&page=RM1_Leo_C_Level”/>

2nd - create a Visual force tab that is your Visual Force page that directs to your Skuid page. (Salesforce Setup > Create > Tabs > Visualforce tabs)

Then, in Salesforce setup, Create > Apps. Then edit your user’s app(s) and change the default landing tab from ‘Home’ to your new VF tab. You can remove “Home” from the available tabs of your app if you want, so users can’t go back there.

See if that works for you.


Forum|alt.badge.img+14
  • Author
  • 548 replies
  • July 10, 2024


And this is my skuid page:

So, what would my visual force tabe loo like?


Forum|alt.badge.img+11
  • 340 replies
  • July 10, 2024

In Salesforce Setup > Create > Tabs, scroll down to Visualforce tabs and then create a new one.  It will prompt you for a Visual Force page, and then you select the one you created for your Skuid page.  The salesforce tab setup wizard then walks you through the profile security and which apps you want the tab available in.