
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 03:08 AM
Hi Team,
Can we render in UI Builder via iframe the /$knowledge.do
i tried but doesn't seem to work.
But when i try to render other links like some incident records it does render it.
Is this some limitation for UIB?
Thanks,
Tads
Solved! Go to Solution.
- Labels:
-
Now Experience UI Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 08:57 AM
Setting the "disable sandbox" property to true on the iframe component should fix that for you (or at least that's what made it work when I did a quick test).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 08:57 AM
Setting the "disable sandbox" property to true on the iframe component should fix that for you (or at least that's what made it work when I did a quick test).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 09:53 PM
Thanks Brad! i missed that part.