CSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

CSM portal custom footer

Good DayI 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. Example of ESC portal footer: I tried copying the code of the ESC portal ...

BiancaK_0-1712988560508.png BiancaK_0-1712981666985.png BiancaK_1-1712981763296.png BiancaK_1-1712981915560.png

Onload Client Script not working in Agent workspace

I have the below onload Client script and is working perfectly in UI16 however i need the banner to also show in Agent Workspace. function onLoad() {    var isEvTruck = g_form.getValue('u_ev_truck');    if (isEvTruck === 'true') { // Check if the val...

Michael_Nash_0-1698398364755.png
Michael_Nash by Tera Contributor
  • 1779 Views
  • 6 replies
  • 0 helpfuls

Agent chat UIB Setup values

Hi All, can someone please guide me how to setup virtual agent in page I am creating with UI Builder. I can see the two fields but not sure which values to populate here. documentation doesnt help much. https://developer.servicenow.com/dev.do#!/refer...

ITHO by Tera Contributor
  • 865 Views
  • 1 replies
  • 0 helpfuls

Real-time updates not working in CSM Configurable Workspace

As you know, if you open record in CSM Workspace and in the meantime record is updated by someone else, there is a blue message saying "User XY has modified this field value" next to modified field(s).  What I noticed is the following behavior: - Ope...

peter_repan_0-1738879403380.png peter_repan_1-1738879578799.png

UI Action/Client Side/Workspace Client Script

I am using the following script in a UI Action that is client side to open a specified URL in a new tab which works.+ function openWindow(){top.window.open('MY URL','_blank') ;} I now need to add logic to the workspace client script that will do the ...