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

Forum Posts

Resolved! UI action for list and form

Hello,   I have an UI action that is applied on both list and form. The button contains a script include and I have some calculations in it. What I want to do is to redirect to current form when the UI action is clicked from form and of course, redir...

Resolved! how to check email.subject contains a partiular string in servicenow

Hi,   I have a issue when I am trying to find a particular string in email.subject so I have used following in the inbound email action but none of them worked.   if(email.subject.toLowerCase().indexOf("INC") > -1) { current.u_escalation_type='Inci...

SSA1 by Giga Expert
  • 1705 Views
  • 2 replies
  • 3 helpfuls

Resolved! autopopulate field values (of user) using glideAjax

Hello, I am using below client script to auto populate field values ('manager' and 'lastname'), when user in 'requested_for' field changes function onChange(control, oldValue, newValue, isLoading, isTemplate) {   if (isLoading || newValue === '') {  ...

Resolved! Auto-populate fields from selected user

Hi all,  A bit of a beginner when it comes to javascript so I was hoping someone may have a recommendation for me. I've also found various tidbits of information out in the wiki on field auto-populating on forms but couldnt figure out how to piece th...

Bhadley by Kilo Expert
  • 38417 Views
  • 21 replies
  • 27 helpfuls

Classless Script include

hi i have a requirement that i have to write two classless script include and call the first one in second script include.i have written  script include 1 for addition var a;var b ;function Add(a,b){ var c = a+b; gs.addErrorMessage(c); return a,b;} s...

CMDB and SCCM

Hello, I want to integrate SCCM data (hardware characteristics, software...) into the ServiceNow CMDB. I have the CMDB and ITAM modules of ServiceNow platform. I can't use Service Graph Connector because I don't have ITOM. I can't use the SCCM plugin...

Survey Notification for Change Request

I have created a new survey for change management that is triggered when a change requests moves from the implementation state to the review state and the requestor of the change is the person that is responsible for completing the survey. However, t...

Documentation on how to make Agent Workspace View Rules

Hello all,     I am having an issue with creating a new Agent Workspace View Rule.  I am not able to select any Views for the Agent Workspace.  I have attached an image of the issue that I am seeing.  What am I missing? Thank you.

lonesoac01 by Giga Guru
  • 1026 Views
  • 2 replies
  • 0 helpfuls