Skip to main content
Nintex Community Menu Bar
Question

How to include a custom Home Page Component in a Skuid page?

  • July 9, 2024
  • 2 replies
  • 20 views

Forum|alt.badge.img+11

We use TaskRay, and I’d like to use their home page component in a tab on my skuid home page. Is that possible?

It looks like the component is in a static resource “tr_homepage_widget_js”, maybe I can include that as a JS resource on the page, but then how to get it to render on the page?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+20

The most often used solution for something like this is to iframe it into the Skuid page using the Template component. I can additionally use a Page Include to a visualforce page.

<iframe src="/apex/trtaskboard" width="100%" height="800px"/>


Forum|alt.badge.img+11

worked great, thanks!

my finaltemplate code

It’s not the taskray home page component, but this is probably better.