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

Forum Posts

If SSO login fail user should redirect to normal login page

We have one requirement,Our instance configure for SSO login, but sometimes some user failed to login in using SSO.so we want to redirect to normal servicenow login page.Is there any script or any script include present for this.So that we can add a ...

Sonu Parab by Mega Sage
  • 371 Views
  • 1 replies
  • 0 helpfuls

Workflow run or If activity

Hi All, I have a requirement to create a task 1'IF [Requested for] or [New approver] field on form itself = Any manager up the chain from that of the approver( this is also one field on form) do not create this task. Continue to Task 2Action is anoth...

saxena by Kilo Contributor
  • 103 Views
  • 1 replies
  • 0 helpfuls

Resolved! Why are both column name being display for a user on

One of our users is being presented with both the column label and column name when using ServiceNow. Any suggestions on why they are seeing both as all other users are only seeing the column label which is correct.

Creating a convert to another case UI action

We have a requirement to create a UI action to convert a security case (from another scope) to REQ > RITM > SCTASK. We have written the script below. With our debugging it seems to be failing from line 31 "cart.addItem(item);" Any ideas why and how t...

Gian1 by Tera Contributor
  • 284 Views
  • 3 replies
  • 0 helpfuls

Make variable mandatory on MVRS onsubmit

Hi Team,  I was trying below code to restriction submission of request before filling in mandatory variable not working, please suggestfunction onSubmit() { var values = g_form.getValue('service_details'); // give here mrvs variable name var...

Ash41 by Kilo Sage
  • 281 Views
  • 8 replies
  • 0 helpfuls

Force capture in Update set

Team , We know Group and user doesn't capture in update sets ...what if we the choose option to Force capture in Update set. I mean... i am bit confused , Is that group will capture in Update set in this case ?

pramn by Tera Guru
  • 1945 Views
  • 3 replies
  • 1 helpfuls

How an I cancel a change request using REST? Is it just a matter of updating the 'state'? If so, what is the 'state' value for cancelled? What other fields do I need to update in order to cancel th change request?

I am trying to cancel th change requestwith the following fields:       current_time = time.strftime("%Y-%m-%d %H:%M:%S")       userID = raw_input("Enter User ID (LDAP): ")       close_notes = "TEST CHANGE - CANCELLED"       closed_by = userID       ...

drewtarr by Giga Contributor
  • 1447 Views
  • 5 replies
  • 0 helpfuls