Adding header to UI Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2013 04:50 AM
Im wondering is there a way to add a header to a UI Page? I am working with the kb_view UI Page and I am trying to give it the same feel as the rest of our CMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2013 08:59 AM
You could create a new CMS page that has the kb_view as one of the panes inside the CMS as an iframed content block.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 04:33 AM
Unfortunately that wont work because we are linking to the page via the permalink in the bottom (the kb_view.do?sysparm_article=KB0013644 link) so when i send someone to something like "/knowledge.do?sysparm_document_key=kb_knowledge,00715b682bdd41004ff4764317da15c0" the permalink at the bottom is so the kb_view.do page so I would need to somehow pass the sysparm_article into the knowledge.do page and then also be able to edit the permalink. Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2014 03:05 PM
Hi Alex,
I was wondering if you got this to work. We are having similar problem.
thanks,
Magdalena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2014 04:46 PM
Hi Magdalena,
I was able to add the header but that process is very painful... What I ended up actually doing was passing the kb_view ui page into the catalog cms page. The way i did this was through the following URL <SERVICENOW_INSTANCE>/ess/catalog.do?uri=kb_view.do?sysparm_article=KB0000001
This will render the knowledge page inside of the catalog page. It is not ideal but it does work...
Let me know if you have any questions