- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 07:32 AM
Hi @MK-p ,
If you looking to change the KB portal then make changes below.
In client script use below code
var welcomeMsg = "Welcome "+c.data.user+" to Knowledge Management Portal";
c.options.title = welcomeMsg;
In server side
data.user = gs.getUserDisplayName();
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 07:32 AM
Hi @MK-p ,
If you looking to change the KB portal then make changes below.
In client script use below code
var welcomeMsg = "Welcome "+c.data.user+" to Knowledge Management Portal";
c.options.title = welcomeMsg;
In server side
data.user = gs.getUserDisplayName();
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------