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

Forum Posts

What is Model Status intended for?

When I create a model, the model status is In Production.   That's pretty straightforward.   In the model lifecycle, it can become:1)   End of sales from the vendor - no longer available for purchase2)   End of support3)   End of life (company decisi...

tsho by Giga Contributor
  • 1443 Views
  • 2 replies
  • 2 helpfuls

Add new states in incident

Hi,Does anyone have a suggestion as to how I can customize the state - field in incident? I want fo remove som states and add some others. A little research suggests that the best way is to add a custom state field, and then "map" the values from my ...

inatherese by Kilo Expert
  • 6511 Views
  • 7 replies
  • 0 helpfuls

Best Practices for Locations and Work Spaces

We're trying to track the specific work spaces. I.e, each office has multiple floors, and each floor has multiple work spaces.Users or CIs could then be assigned to a work space;Should each 'work space' be entered as an entry in the Location [cmn_loc...

k_ab by Kilo Contributor
  • 3031 Views
  • 2 replies
  • 1 helpfuls

21 CFR Part 11

21 CFR Part 11 Compliance:   Has anyone built and deployed workflows to manage change in ServiceNow that obey 21 CFR Part 11 with full audit trail capabilities and compliant bound electronic signatures?Also, has anyone performed 21 CFR Part 11 valida...

jeff_senley by Kilo Explorer
  • 4596 Views
  • 3 replies
  • 0 helpfuls

CMDB Custom Attribute Creation

Hi All,We added all the custom attributes to OOB classes like port, service and circuits.. but there was a comment from servicenow that we should extend these classes as new custom class and then add the custom attributes there.. Ex. create a new cla...

Dynamically change target table in transform map

Hello,Is it possible to dynamically change the target table in the transform map at the row level?For example when importing data into CMDB, instead of importing into cmdb_ci base table, being able to specify at record level to which extending class ...

acirovic1 by Giga Expert
  • 3697 Views
  • 1 replies
  • 4 helpfuls

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
  • 2428 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
  • 2922 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
  • 2948 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...