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

Forum Posts

Resolved! Client Script onSubmit Date Validation

Hi Guys,   I am new to snow scripting i have below client script as part of my scoped app function onSubmit() { var startDate = g_form.getValue("start"); var endDate = g_form.getValue("finish"); var format = g_user_date_time_format; if (startDate ==...

sandeep6 by Tera Expert
  • 2262 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to create a script to create multiple Catalog Tasks?

Hi, I have a customer that is requesting to have multiple Tasks (26) created at the same time after the request is approved and when Tasks are all completed then it will create a single Task as Final Review.I created all Task boxes and using the Bran...

Andre43 by Giga Contributor
  • 2871 Views
  • 7 replies
  • 0 helpfuls

Pre-production environment Change Management

I'm curious to know how ServiceNOW manages pre-production environment Change Management. Viewed through 2 lenses... Is a Change created for each environment deploy...ie dev/test/qa/prd? OR Is it controlled through the CMDB and CI lifecycle as the Cha...

Matt97 by Tera Contributor
  • 3865 Views
  • 5 replies
  • 4 helpfuls

Resolved! Calling ServiceNow UI Actions via API PowerShell Script and Postman

Hi All, We have recently integrated ServiceNow with Octopus using PowerShell scripts that create a change request and force state changes to avoid the manual UI process. However this has caused issues (emergency changes error out and users who are in...

Alex171 by Mega Contributor
  • 3311 Views
  • 6 replies
  • 2 helpfuls

Help with a report on INCIDENT State Changes

Hi, The incident's ACTIVITY FORMATTER on the NOTES tab is tracking the state changes of an incident. E.g. an entry might show the "field" State was NEW and is now ACTIVE with a timestamp. We have 7 possible state changes and I need a report to roll-u...

tobrien by Kilo Guru
  • 4311 Views
  • 3 replies
  • 1 helpfuls

Resolved! Show email in activities RITM

Hello, I want to display the emails sent when adding a comment on a ritm activities.I already checked on the filter activities : "send/receive Emails". I attach a capture of my business rule (after insert and update).

find_real_file.png
Gracet2 by Tera Contributor
  • 5709 Views
  • 19 replies
  • 3 helpfuls

Resolved! Data Source REST call with Integration Hub / Flow Designer

I'm running an Import using the REST (IntegrationHub) type in Data Source.  I've created my Request action Flow Designer step.  All is working great.... EXCEPT. I need to be able to access one of my outputs from the Data Source Request - Enabling pre...

find_real_file.png find_real_file.png

Resolved! Looking to Sync SN Knowledge Articles to SharePoint Website

We are looking to export our End User Knowledge Articles to our Company Intranet site which happens to be SharePoint.  Ultimately we are looking to get the Knowledge Article URL, and a snippit of information of the article to appear within the web pa...