Add custom header and footer to native UI

ah16
Mega Expert

How can we add custom header and footer to native UI? 

find_real_file.png

1 ACCEPTED SOLUTION

Not really, there is documentation on UI Scripts here.

https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/concep...

After that you are going to have to figure it out on your own by looking at the page HTML and using javascript to hack it up.  It will probably break at some point because ServiceNow will change something and you will have to recode it.  You may also cause parts of the interface to not work properly.  I would tell the people that are asking for this that it is not worth the dev time and grief it will cause.

View solution in original post

6 REPLIES 6

Not really, there is documentation on UI Scripts here.

https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/concep...

After that you are going to have to figure it out on your own by looking at the page HTML and using javascript to hack it up.  It will probably break at some point because ServiceNow will change something and you will have to recode it.  You may also cause parts of the interface to not work properly.  I would tell the people that are asking for this that it is not worth the dev time and grief it will cause.

Jeanne2
Tera Contributor

Did you ever find a way to make this work?  I have a similar requirement.