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?
Page 1 / 1
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"/>
worked great, thanks!
my finaltemplate code
It’s not the taskray home page component, but this is probably better.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.