Adding header to UI Page

ahaz86
Mega Guru

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.

6 REPLIES 6

zschneider
Kilo Expert

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.


ahaz86
Mega Guru

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?


Hi Alex,


I was wondering if you got this to work. We are having similar problem.


thanks,


Magdalena


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