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

Forum Posts

Want to apply the Regex to the field based on the condition through UI Policy

Hi All,    Having a requirement that want to apply the Regular Expression to the field based on the condition through UI Policy in the order guide.  having one variable set in the order guide in that the two variables are *First Name and *Last Name  ...

Community Alums by Community Alums  
  • 710 Views
  • 3 replies
  • 0 helpfuls

Resolved! Response was not getting as expected in scripted rest API

Response was not getting as expected in scripted rest API [Patch Rest API] When I am using the below code, I am setting response as "Sysid" then it was perfectly fine...but when I was the send response as number and short description then I was getti...

Sathwik1 by Tera Expert
  • 1079 Views
  • 10 replies
  • 1 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
  • 2092 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.  ...