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

Forum Posts

Resolved! Set Value To Glide List

Hello All,  One more little issue, this time with glide list, here is the thing: I need to set a value to a glide list when a boolean field is true but with the examples I've got on ServiceNow Wiki I'm not able to do that, look:      I have these two...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
billv6 by Kilo Expert
  • 10476 Views
  • 4 replies
  • 0 helpfuls

Knowledge searching using categories

Hi,can anyone put me on the right track before I start this piece of work please?  I've been asked to look at categorising our Knowledge Base and the client would like 4 levels of categorisation to allow ITIL users to create KB articles and the clien...

kc99 by Giga Expert
  • 2577 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to override OOB UI Action?

I need to hide the Save and Stay UI Action on the incident form unless the user has a specific role, but I don't want to modify the action directly because it's an OOB function. I've see examples where you can override global UI Actions by adding a U...

Frank by Mega Expert
  • 9478 Views
  • 5 replies
  • 4 helpfuls

Resolved! DNS domain for Windows Servers

I am discovering windows servers and I have 1 server with DNS domain and 3 others with empty DNS domain.A quick wiki reference shows that "dns_domain" is the variable name which is populating CMDB and it's source is DNS. Now when I search for this va...

Ankush13 by Kilo Guru
  • 3795 Views
  • 4 replies
  • 1 helpfuls

Organizational chart and hierarchy / field names?

what is the hierarchy of field names in ServiceNow as they would be related to an organizational chart.   We want to have the org chart translate into SN fields like user - group - department - parent.   New to this so looking for advice.   Thanks in...

Automating login with Selenium

Hello,  I'm playing around with Selenium and I would like to automate the login for my "Hello World".   If anybody has experience with automating ServiceNow testing with the FirefoxDriver, how do we deal with finding the elements in the the iFrame?  ...

Element Descriptor

Element Descriptor is not documented for calgary. Is there any latest documentation available? Prior to calgary I have used below code to get the choice table name from the field element.var gr = new GlideRecord('cmdb_ci');gr.get('254570386f7fcd0095d...

Pradnya6 by Giga Contributor
  • 4995 Views
  • 5 replies
  • 1 helpfuls

No Record Found error??

When I try to open an INC in my queue I get error message that says "Record not found" I am not able to delete it as when I search for it , it does not show up in production,but it is in my queue? How do i get rid of this? What happened? Why is it sa...

nikki360h by Kilo Explorer
  • 4369 Views
  • 4 replies
  • 1 helpfuls

MID server really required for web service integration?

Hi All,   I am very new to ServiceNow and very little aware of SN capabilities and its best practices. I need help on deciding MID server is really required for integrating with web services in asynch manner. I have gone through multiple link on wik...

anand_tank by Giga Contributor
  • 3610 Views
  • 4 replies
  • 0 helpfuls

addDays is not working

Hi everyone,I have written the below piece of code.bit it is not working.Can anyone please help me on that.  var time=current.u_meeting_date;   var gdt = new GlideDateTime(time);   gs.addInfoMessage(gdt);//this is coming   var timeupdated=gdt.addDays...

smondal by Kilo Explorer
  • 5235 Views
  • 9 replies
  • 1 helpfuls

Some questions about VPN and MID server

Hi all,While having a discussion with customer we got a scope of questions we couldn't really get clarified from ServiceNow wiki. Here is the list of questions:About VPN:1) Could you please provide some technical information about VPN implementation ...

eastashkina by Kilo Explorer
  • 4980 Views
  • 2 replies
  • 0 helpfuls

Add a Change Approval Based on Blackout Dates

We have a need to add a VP for change approvals during blackout windows. We have played around with a script in the workflow but have not been able to get anything to work.  Wanted to see if anyone else has done anything like this an how you went abo...