The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Change Request - Actual Start Date Alteration

Hi Everyone, I have created a script to not allow the Actual Start Date for a Change Request to be populated before the approval date. The script below does that but also doesn’t allow for the Actual Start Date to be the same day as the approval date...

Swebb by Tera Contributor
  • 942 Views
  • 3 replies
  • 3 helpfuls

Resolved! How to delete IP from Discovery IP Ranges

Hi All.I'm looking for delete IP address from Discovery IP Ranges. I was trying to use GlideRecord. But It doesn't work.Because It's complicated structure, or my fault. Please share the script. Regards.Takumi H

Takumi_ by Tera Contributor
  • 580 Views
  • 2 replies
  • 1 helpfuls

Resolved! Get Sys_Id from CI name

Hello, Need to get sys_id of a server from  server name. I am using below script it is not working. var tableGr = new GlideRecord('cmdb_ci_computer');tableGr.addQuery('name', 'LAPTOP-AFB9NR12');tableGr.query();var sysId = tableGr.sys_id;gs.print(sysI...

kranthi by Tera Contributor
  • 1961 Views
  • 4 replies
  • 0 helpfuls

Resolved! Inbound REST message via MID Server

In ServiceNow, i'm aware i can send outbound REST request via a MID Server to resources within my local network. Is it possible to receive REST messages from local resources to my mid server, rather than pointing the endpoint directly to the instance...

Abbey2 by Tera Expert
  • 6413 Views
  • 11 replies
  • 7 helpfuls

Resolved! Background Script Help to Update Task based on Parent

I wanted to update the incident task callerid field for the tasks which are empty currently and copy the value from incident callerid to incident task caller id. This is the script I have but it is getting me into loops var grchange = new GlideRecord...

Hari7 by Kilo Guru
  • 539 Views
  • 2 replies
  • 0 helpfuls

Azure subscription, resource Discovery without MID server

Hi Team,There is a requirement to discover only Azure subscription, datacenters and cloud resources but No VMs instances within Azure and without the use of mid server. We are stuck and unable to move forward with the requirement. I have a question: ...

Abhishek41 by Tera Contributor
  • 482 Views
  • 1 replies
  • 0 helpfuls

Azure Discovery not creating windows/linux server CIs

We have activated Azure Discovery in our company.  We are trying to understand the OOTB behaviour for when an Azure virtual machine is being discovered.When an azure virtual machine is detected, will ServiceNow  Create a new CI under the Azure Virtua...

peggyl by Tera Contributor
  • 1094 Views
  • 3 replies
  • 0 helpfuls