How to create a custom footer on the CSM portal?

BiancaK
Tera Expert

Good Day

I am wondering if anyone can assist me please?

I would like to create a custom footer on the CSM portal or a footer that looks similar to the one used on the ESC portal with links and menus etc. 

Example of ESC portal footer:

BiancaK_0-1712989227534.png

 

 

I tried copying the code of the ESC portal footer and done some edits to create my own custom footer for CSM portal but it is not working.

Additionally, I also tried a different method to create a footer on the CSM portal and used this instructions from ServiceNow docs but it is not working: https://docs.servicenow.com/bundle/vancouver-customer-service-management/page/product/customer-servi...

 

- I installed the plugin

- copied this JSON code in the quick start config field, but it is not working. Maybe I am copying the JSON code incorrectly?

 

Quick start field on CSM portal record before: 

BiancaK_1-1712989227535.png

 

 

Quick start field after I copied the JSON I found on the above ServiceNow doc:

BiancaK_2-1712989227536.png

 

[{
"tagline": {
"table" : "sp_instance",
"sys_id" : "ffb9c4b7cb01120000f8d856634c9c53",
"field" : "title"
},
"hero_background": {
"table" : "sp_container",
"sys_id" : "14bed744cb01120000f8d856634c9c2e",
"field" : "background_image"
},
[
footer": {
"org_info": [
"<line #1>",
"<line #2>",
"<line #3>"
],
"copyright": "<copyright text>",
"logo_img_name": "<image name from db_image table>",
"sitemap_links_menu_sys_id": "c23e78a7773121107b89a0e89e5a9984",
"footer_links_menu_sys_id": "57bd74a7773121107b89a0e89e5a9928",
"social_links_menu_sys_id": "b95c7867773121107b89a0e89e5a996b"
},

"secondaryMenu": {"sys_id": "53616d1e3b013200367aee1234efc439"}
}]

I am not sure if I pasted the above code correctly in the quick start config field?

 

I have also added the Portal footer record to the Footer field as per ServiceNow doc instructions:

BiancaK_3-1712989227537.png

 

 

Still no footer is showing

BiancaK_4-1712989227538.png

 

 

 

Anyone able to assist please? Or recommend any other way of achieving this?

 

Thanks

2 REPLIES 2

Moin Kazi
Kilo Sage
Kilo Sage

Hi @BiancaK ,

 

You can set up your custom footer in the "sn_ex_sp_footer" table. In the related list, you can create a menu and incorporate it into your custom footer.

 

To apply the footer to your CSM portal, select the name of your CSM portal under the Portal field. Please refer to the highlighted areas in the images.

MoinKazi_1-1729058387482.png

MoinKazi_3-1729058548320.png

 

Output:

MoinKazi_4-1729058714339.png

 

 

If this meets your needs, I’d appreciate it if you could mark my response as correct and helpful.

 

Best,
Moin