Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! How to display department on the "caller" field - attributes

Good Morning, Please can someone advise,  I am trying to tweak the attributes on the Caller field within our Incident (and all other forms) form. We have several colleagues within the business with the same name, so we would like the colleagues names...

find_real_file.png
ToniOxley by Kilo Expert
  • 1873 Views
  • 3 replies
  • 1 helpfuls

Duplicate notifications are triggering

I have a notification. This notification will trigger through an event from workflow. While I'm trying to test this in email logs, I can see there are three notifications(duplicate) triggered at the same time. For the three notifications the originat...

find_real_file.png
Harish74 by Tera Expert
  • 2780 Views
  • 20 replies
  • 1 helpfuls

Sending reminder Notification for Approval

Hi All, This is little urgent!! I have a workflow where based on the "Type" options  we select it creates an approval to Manager of requested_for, Which we have done through dot walking in user section inside the "Approval user" Workflow activity.(im...

find_real_file.png find_real_file.png

Dynamic values in survey questions

I am not finding clear instructions on how to dynamically auto-populate a value in a Survey question.   I am trying to create two surveys: The first one is sent to all mangers and the second one is sent to the managers about their direct reports. I w...

find_real_file.png find_real_file.png find_real_file.png
Caleb Fair by Kilo Expert
  • 3442 Views
  • 1 replies
  • 2 helpfuls

Resolved! Find delegate user user list through background script

Hi All, Kindly let us know background script to get   'user - delegate user'   details , we were having many user having delegations. kindly let us know to get those in list ? we have to know their roles also . 'user-delegate-delegate role' details. ...

Nitya2 by Kilo Guru
  • 2363 Views
  • 11 replies
  • 2 helpfuls

Resolved! How to query user name

Hi, Some one help me in GlideQuery. var gr= "David Faroon" var rp = new GlideRecord('resource_plan'); rp.initialize();var usergr = new GlideRecord('sys_user'); usergr.addQuery('name', gr); usergr.query(); if (usergr.next()) {rp.user_resource = usergr...

Sironi by Kilo Sage
  • 2773 Views
  • 32 replies
  • 9 helpfuls

Resolved! Tag options not visible to a user

Hi All, On the table "label" the field "viewable by" is having three choices 1.me 2.Groups and users 3.Everyone. I have a user xyz who has only two options when he tries to edit his tag. Please suggest on how to debug this issue.

Madhu5 by Tera Contributor
  • 1992 Views
  • 2 replies
  • 3 helpfuls

When the priority is changed, the old resolution SLA gets cancelled and the new resolution SLA gets attached. The clock starts from ticket creation. 

When the priority is changed, the old resolution SLA gets cancelled and the new resolution SLA gets attached. The clock starts from ticket creation.  What condition we have to put? as of now once priority changes new SLA will attached to the existing...

find_real_file.png
Raju39 by Kilo Contributor
  • 2551 Views
  • 5 replies
  • 0 helpfuls

Pause Duration in SLA

Hi Community, How pause duration  is calculated in task_sla ?I checked all scripts and workflow but not getting how that  is calculated and when(on what conditions) it is calculated.? Thanks, Pihu

Pihu1 by Tera Contributor
  • 1981 Views
  • 2 replies
  • 0 helpfuls