Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Want to send notification based on date field in catalog item

We have q request to send notification to requestedfor based on date. A date field is present in catalog item based on what is selected date on that field  before 1 day and after 1 day we need to send a notification. For ex:-if i select 25th date so ...

Burhan2 by Tera Contributor
  • 1721 Views
  • 4 replies
  • 1 helpfuls

ATF Test step

Hi All,We have 2 use cases where we want to create ATF steps .1. Selection of incident from list view2. Click on dasboard to view report or data.We tried to look into OOB steps but no luck.Please let me know how to do it.Thanks in Advance.  

Pranali18 by Tera Expert
  • 953 Views
  • 3 replies
  • 0 helpfuls

connection between servicenow and azure

Guys , how do i make a connection between Servicenow and Azure to Pull Azure Security Groups to SNOW?much appreciated your help in this .

pramn by Kilo Sage
  • 1085 Views
  • 3 replies
  • 0 helpfuls

Need to schedule a report

Hi Community  I have created a report now I need to schedule a report with every 5 mins and send it to the mail id only if any incident is created How can we achieve this 

suuriyas by Tera Contributor
  • 961 Views
  • 5 replies
  • 1 helpfuls

Enforce Credential Alias Usage

MID Server propertiesalias_filtering_behaviorSets the behavior of Discovery aliases. Behaviors define how strictly the system enforces the use of credential aliases in Discovery schedules.Type: stringDefault value: looseThe choices for behaviors are:...

Change table

I need to hide the views for change table to non admin users. Using script but not working. var restrictedView = 'service';if(current.getViewname() == 'restrictedView'){if(!gs.hasRole('admin')){answer = false;} else {answer = true;}} Any idea help me...

Accessing basic auth credentials from scheduled job

I am trying to access basic auth credentials I created from a scheduled job to be able to access rest end point. I tried to do the following but it is returning null.var provider = new sn_cc.StandardCredentialsProvider() var credential = provider.get...

samadam by Mega Sage
  • 2256 Views
  • 5 replies
  • 0 helpfuls

Streamlining Flexible Requests

Hi Everyone, My name is Damien, and I make ITSM improvements for a university in Australia. I'm noticing a lot of requests (about 45% of all requests) struggle to be categorised into catalog items, due to the flexible and non-standard work that occur...

JavaScript help: abort submission if all fields aren't entered

I cribbed this section of JS, but it only puts up an alert message, while still submitting an empty form. How do I add an abort action to this?if(user == '' || user == 'undefined' || user == 'null' || desc == 'null' || desc == '' || desc == 'undefine...

JP-ODU by Tera Guru
  • 684 Views
  • 1 replies
  • 0 helpfuls

Notify users after removing ITIL groups

Hi All,We need to remove ITIL groups for users who have not logged in for the last 45 days and need to need to send notifications after ITIL groups removal. I attempted to use userGroup.deleteMultiple() and deleteRecord() methods, but they are not fu...

bhargavi9 by Tera Contributor
  • 1293 Views
  • 4 replies
  • 0 helpfuls