We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Create Discovery Schedule from run Script

I am working on a workflow to automate the onboarding of AWS Cloud management. I am trying to create a Run script in my WF that will create a Discovery schedule, I am struggling to find the correct syntax to add the "time" via the script.  Any help ...

find_real_file.png
Austin Rion1 by Tera Contributor
  • 3126 Views
  • 5 replies
  • 2 helpfuls

Revert back to previous state?

Is it possible to revert back to a previous state if a user that opened the record updates it?We have a few state choices and one of them is a request for more information which when selected will notify the requestor an action is required.When it is...

kduong by Giga Contributor
  • 8523 Views
  • 8 replies
  • 2 helpfuls

Integrate Tidal Workload Automation with ServiceNow?

Has anyone integrated Tidal Workload Automation (Tidal) with ServiceNow? Today a Support Person receives an Email Notification from Tidal when a Job "Completes Abnormally". That person manually creates an Incident in ServiceNow and resolves the issue...

DNS Domain not updating

Using Istanbul...I'm trying to troubleshoot why some CIs have "DNS Domain" populated while others do not.In one case, I have a Windows Server CI with "DNS Domain" already populated.   So I blanked out the "DNS Domain" field and saved my changes assum...

Ronald Lucas by Tera Contributor
  • 2510 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to create a table using script

Hello,I want to create table with two column as below setting using script:Table Label: Computer IDTable Name: u_computer_idExtends table: Configuration ItemColumn label: Computer NameType: StringMax length: 90Column name: u_computer_nameColumn label...

Tim61 by Kilo Contributor
  • 5227 Views
  • 14 replies
  • 2 helpfuls

Resolved! MID Server runs too many Discovery processes at once

I am attempting to figure out why our mid servers run at 100% CPU. Currently we have 2 Windows MID servers as a Load Balanced Cluster, both with 4 x 2.40 GHz cores and 8 GB of memory.I've confirmed that both servers have 25 threads under the conf.xml...

discovery-behavior.png mid-discovery03.png mid-discovery01.png mid-discovery02.png
kirkr by Tera Expert
  • 3391 Views
  • 2 replies
  • 1 helpfuls

Resolved! Updating MID Server Credentials

I need to change the password on the ServiceNow account that our MID Server uses, but am unsure if simply updating the password on the account and then on the MIDServer /agent/config.xml file is all that needs to be done. Are the MID Server Configura...

Trigger ServiceNow workflow from ui action?

I am getting started with workflows in ServiceNow. I can see that the trigger for workflow is based on conditions. But can a workflow be triggered by some sort of user action? ie. i created "Form link" on incident form and i need to trigger a work fl...

Credential Affinity Best Practices

I have credential affinity records that haven't been updates since our ServiceNow instance went live in 2014.  How often do people age out affinity records?  Is there a ServiceNow Best Practice guide on this?

Phil32 by Tera Expert
  • 4761 Views
  • 3 replies
  • 0 helpfuls

Ticket age calculation

I created a business rule (on display) for incidents, to calculate the age. Below is the BR that I used. I created 2 fields - Age and Current Date(though I didn't use this for calculation). Current Date is obtained by a BR (on display) with the scrip...

find_real_file.png
catchdini by Tera Expert
  • 11683 Views
  • 13 replies
  • 2 helpfuls

Resolved! How is metrics calculated in CMDB Health dashboard

I want to understand how are metrics for each category in OOB CMDB health dashboard configured.  Where can i find this information Am new to PA and tried to look at dashboard definition Example:Duplicate CIs is defined for Metric called Duplicate in ...

Nithin21 by Tera Expert
  • 4166 Views
  • 4 replies
  • 0 helpfuls

Get list of choice field values with display values

From a element descriptor I can get the dictionary elements of the field. I am using following code for the same.var gr = new GlideRecord('cmdb_ci_ip_address');gs.setLimit(1);gr.query();if (gr.next()){ var choices = gr.getElement('ip_version').getCho...

Pradnya6 by Giga Contributor
  • 19647 Views
  • 5 replies
  • 8 helpfuls