Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

CMDB baseline comparison report

I would like to be able to run a report that compares two baselines and displays the differences between them. I have looked and can't find anything like this. Is there a way to do this?Ric

rhofing by Tera Contributor
  • 2291 Views
  • 5 replies
  • 3 helpfuls

Changing Task View

HelloOk so the problem now is that we have a lot of tasks assigned in my queue.However some are better labeled that others.   I need all the tasks to display the new starters name.For example the short description will say 'Notify Hiring Manager of e...

find_real_file.png
paulsheraton by Kilo Contributor
  • 2713 Views
  • 8 replies
  • 1 helpfuls

ServiceNow License Counts

We are using the Fuji release and attempting to get a license count of the different user roles in Service Now.   Does anyone know how I can get this information?

Activity Formatter Help

I found that in one of the threads we can have the activity formatter in the UI page as you can see belowwith this script UI Macro<?xml version="1.0" encoding="utf-8" ?><j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:...

find_real_file.png find_real_file.png
malu by Tera Contributor
  • 2625 Views
  • 12 replies
  • 2 helpfuls

Resolved! Why Gliderecord's getRowCount is not giving accurate result?

Hi All,I'm trying to get the count of the number of features associated with a release. I have written an after business rule on Insert, on the rm_feature table with the below code:(function executeRule(current, previous /*null when async*/) {   // A...

Resolved! List view in UI page

Is it possible to bring up the list view in UI page. eg: we have a baseline module , after creating a new baseline we can see the list of entries for a specific condition as shown below is it possisble to bring up these list (CMDB Baseline Entries) i...

find_real_file.png
malu by Tera Contributor
  • 7817 Views
  • 22 replies
  • 11 helpfuls

Resolved! Call ticket application

We are looking at implementing the Call ticket application as the first step when the user calls into the help desk instead of creating an incident. One of the concerns is that the call ticket is not extended from the Task table. This will prevent us...

Rob Martire by Giga Contributor
  • 6328 Views
  • 4 replies
  • 5 helpfuls

Another Corrective Action question

Is best practice for ServiceNow to create your permanent corrective actions as a work task under the problem investigation or under a Known Error record?

markantony by Kilo Explorer
  • 2356 Views
  • 4 replies
  • 0 helpfuls

Resolved! Apply template using rest api

Hi Is there any way to apply the template on a change using rest api.after querying the JSON output i have reached to below field. Does any one knows how to update this field?"u_template":   {"link": "XXX", "value": "yyyy"}

sanjeev22 by Kilo Explorer
  • 5308 Views
  • 4 replies
  • 1 helpfuls

Cancelling Tasks

I need to be able close a TASK w/State of Cancelled and populate the Closed field with date & time. That action in turn needs to close the RITM w/Stage and State of Cancelled and populate the Closed field with date & time. Then that action needs to c...

amatthews by Kilo Explorer
  • 3227 Views
  • 6 replies
  • 0 helpfuls

Resolved! I would like to hide one class of config items on Incident form

When our Service Desk members are creating a new Incident and select the Configuration Item field, I would like to hide the "Epic Ini" class from them in order to reduce the number of unnecessary returns that they see. I am trying to make this work w...

billcravey by Kilo Contributor
  • 3868 Views
  • 17 replies
  • 0 helpfuls

Setting task escalation from Task SLA

I'm sure this is a simple rookie graphical workflow editor mistake, but I'm trying to change the task escalation field from a task SLA workflow. I'm using the "Default SLA workflow" as the base workflow.I see that the Set Values utility doesn't dot-w...

by  
  • 2345 Views
  • 4 replies
  • 0 helpfuls

Resolved! Reject Change if not approved by planned start date

I need to create a business rule to reject the change if it it not approved by the planned start date/time. I have written the following business rule but it isn't working. I'm new to scripting any help would be great. Thank you!When to run: After Up...