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

Forum Posts

Event not associated with Alert (random)

So - I'm seeing that some Closing Events will not related to an Alert despite there being an alert created for New Events. When I go to reprocess the Event often times I find that the alert is already closed, because another New/Closing set of events...

a_soto87 by Tera Contributor
  • 938 Views
  • 2 replies
  • 0 helpfuls

Build Query with Non-CMDB Table-

Did you create a new Configuration Item query using the CMDB Query Builder?Did you add Incidents from the Non-CMDB Tables tab? Did you connect them to each other? Did you set up filters on each that match the instructions?Did you save and run the que...

Anand D N1 by Giga Contributor
  • 9297 Views
  • 17 replies
  • 68 helpfuls

How to exclude Servers from Intune integration?

Hi,  I think this is more an Intune question, but this is what I'm facing.We have an integration that complement ServiceNow Discovery for Server CIs and also, we have an SG-Intune integration for End-User Devices. What I'm looking for is a way to exc...

Canjura by Tera Expert
  • 2076 Views
  • 5 replies
  • 1 helpfuls

Data policy for discovery

Hi guys, I need to prevent a specific field from being updated with discovery, can I do this with a data policy (fields read-only)?

Discovery creating records in the company table with incorrect names

Hello,  We have remarked for some discovered CIs (Softwares) that they are linked to newly-created manufacturers with incorrect names.More precisely, Discovery is creating new records in the company table with the "manufacturer" field set to true and...

WA1 by Kilo Sage
  • 1533 Views
  • 5 replies
  • 1 helpfuls

Configure Ad hoc Approvals

How to add adhoc approvals for OOB Change Request and also How approvals are generated when I click on request approval UI Action?

harver31 by Tera Contributor
  • 1560 Views
  • 2 replies
  • 0 helpfuls

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
  • 1612 Views
  • 3 replies
  • 3 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
  • 2592 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
  • 8273 Views
  • 11 replies
  • 7 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
  • 1616 Views
  • 3 replies
  • 0 helpfuls

Resolved! Manage Most Recent Discovery on Azure Service Graph

Hi community!I implemented the Azure Service Graph connector and also we are using the 'Delta' functionality, so the data sources will use the last run datetime.If this ServiceGraph discovers an Azure Device it will be created in ServiceNow with the ...