Skip to main content
Nintex Community Menu Bar
Question

Skuid Tabs with Page Includes not loading when on SF Tab

  • July 9, 2024
  • 8 replies
  • 18 views

Forum|alt.badge.img+8

I am having a problem when making a SF Tab have the contents of a Skuid page. This worked fine until I made each Skuid tab contents in the page be their own page and use includes within the Skuid Tabs.

When I try to load the page in Preview everything displays correctly like this:

When I make a SF Tab and load the Page in a Tab using VF and the Skuid Component I get this:

How can I correct this?

It works fine if I use this in VF (But I dont like the Full Page Refresh that happens!):
<apex:page controller=“skuid.Redirects” action=“{!redirect}&page=MD_Hospitalizations_Tab”/>

It is broken like above when using this in VF:
<apex:page sidebar=“true” showHeader=“true”><skuid:page page=“MD_Hospitalizations_Tab”/>
</apex:page>

Ideas?

8 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

Yup.  You need a local copy of the Include VF page.  Look at the instructions here: 
http://help.skuidify.com/m/page-assignments-and-overrides/l/201793-using-the-skuid-page-visualforce-…



Forum|alt.badge.img+20

What is that!
b57bc5675ccf67ad90ef2afd3cec056b6835dc8a.png


Forum|alt.badge.img+8
  • Author
  • 145 replies
  • July 9, 2024

global search, standard SF


Forum|alt.badge.img+20

How’d you put it there?


Forum|alt.badge.img+8
  • Author
  • 145 replies
  • July 9, 2024

Smoooth! that fixed er right up.


Forum|alt.badge.img+8
  • Author
  • 145 replies
  • July 9, 2024

I can only be there if you have Chatter enabled in Salesforce setup.


Forum|alt.badge.img+8
  • Author
  • 145 replies
  • July 9, 2024

It gets enabled by default with Chatter


Forum|alt.badge.img+20

Oh!!! heheheh … you have the header on from the page include.

I thought you made your own search feature using SOSL.