Skip to main content
Nintex Community Menu Bar
Question

Display a web tab within a skuid page above tables

  • July 9, 2024
  • 3 replies
  • 13 views

Forum|alt.badge.img+8

We use a shared scratchpad which is a google drawing page wth url as a web tab on salesforce. I would love to add it above a set of tables we have on a skuid page. Is there a simple way to do this?

This topic has been closed for replies.

3 replies

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

Solved it myself… created a visualforce page for the url in an iframe then used a Page Include component. Works well


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

You can also simply create the iframe in a template component.  It eliminates the need for an extra visual force page.   Just make sure you check “Allow HTML” in the template properties.  


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

Thanks )