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

Forum Posts

User is not able to create new notification channel from table(cmn_notif_device) however he is able to create channel from system settings using notification prefernces

User is not able to create new notification channel from table(cmn_notif_device) however he is able to create channel from system settings using notification preferences. I don't want to change OOB ACLs for this. Could anyone help how notification pr...

Resolved! Broadcast message from ServiceNow to MS Teams Virtual Agent bot

Hi, We have MS Teams integration with our ServiceNow Virtual Agent. T introduce the functionality to our user base, we were wondering if there is a way to send a broadcast from ServiceNow to the Users on MS Teams that would come out from the Virtual ...

ayman_h by Kilo Sage
  • 1743 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to show a message if a user is a VIP in Agent Workspace

How do i make a message show on the agent workspace if a user who is selected in the caller_id field has their vip field checked on the user record.   i created an on change client script (see below) It does nothing. I have tried unchecking the isola...

find_real_file.png

What is use of focus() function

Hello, Can anyone please explain what is the use of focus()? and also can you please look into the below code Code : function onLoad() { var a = $('IO:d0cc39e2d7532100a9bd1e173e24d489'); if (a)a.focus();} Actually, this was created long back but I di...

Rama Rao by Tera Contributor
  • 3051 Views
  • 7 replies
  • 2 helpfuls

How to add Workflow Stages on Service Portal

I have a requirement to add Workflow Stages to the Service Portal, so that non-ITIL users can follow a Request.  There is an OOTB service portal widget called "Request Item Workflow Stages" that sounds exactly like what I want, but it doesn't work.  ...