Skip to main content
Nintex Community Menu Bar
Question

Skuid detail page in salesforce console: tab title shows as 'external page'

  • July 10, 2024
  • 7 replies
  • 25 views

Forum|alt.badge.img+1

Hi,
I am displaying a skuid detail page for cases successfully in the service console in a main tab. However, the name of the tab is not populated using the case number, but ‘External Page’.
Even if in the console app I change the case display to subtab, the subtab is named ‘External Page’.
In the visualforce container that is used as view-override, I am setting the title property as {!Case.CaseNumber}. The skuid page itself also uses a page title element.
Please advise.
Bernd

7 replies

Forum|alt.badge.img+11

Bernd~

Can you include screenshots of what you are seeing and what is on the builder? Specifically, what’s tin the tab nad the page title? 

Thanks!
Karen


Forum|alt.badge.img+1

Hi Karen, any news on the topic ?


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

No guarantee. We ran into a similar problem with another customer. Turns out they had “click Jack” settings turned on that did not allow loading of the skuid page into the console. They also got the External Page which was blank. Go to Setup -> Security Controls -> Session Settings –> Clickjack protection. Make sure the last two boxes ARE NOT checked.


Forum|alt.badge.img+4

I experienced this problem today as well and checked the Clickjack protection (see above), which was unmarked as Rob suggests.

I then found this article which provided this code for the Visualforce page, which fixed my problem:
https://help.salesforce.com/articleView?id=000205552&type=1

<apex:includeScript value=“/support/console/20.0/integration.js”/>


I hope this helps.


Forum|alt.badge.img+11

Michael~

Thanks for sharing how you fixed the problem!  Bernd, does this help fix your page?

Thanks!
Karen


Forum|alt.badge.img+1

Hi Karen, Michael,

this sounds very promising. I plan to check it on Friday. Thanks for your reply !

Regards

Bernd


Forum|alt.badge.img+1

Hi Karen, Michael - again,

I just tested it right away - and: it works ! You see the page opening as 'External Page' and then immediately refreshing the title to the desired value.

Thank you

Bernd