Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Default SLA Workflow

Can I use the Default SLA Workflow for the following purposes?1. Incident SLA is broken, need an escalation for this (priority 2)2. Wait 4 hours after SLA broken (reminder) (priority 2)3. Priority 3, need an escalation 24 hours after SLA broken (inci...

sorensalte by • Kilo Explorer
  • 4153 Views
  • 1 replies
  • 1 helpfuls

Can we discover USB attached printers?

Is it possible to discover usb-attached printers? Basically a local (non-networked) printer. What sort of information can we get from it?cheers,robin850

robin850 by • Giga Contributor
  • 2683 Views
  • 3 replies
  • 0 helpfuls

Hide button after one click

I have a button on a form, that when clicked, a GlideDialogWindow pops up and a user can enter comments and submit. The button should only be clicked once, how can I make this happen? - Is there a way to hide it after it's clicked one time?- If not, ...

Blair5 by • Tera Guru
  • 3851 Views
  • 3 replies
  • 0 helpfuls

How To Construct links to forms with fields pre-populated

I feel as though I have read an article before about how to do this. What I want to do is construct links to various forms on service now with data fields prepopulated. For example, caller_id on incident I want to default to some person, or assignmen...

sherman_1206 by • Tera Contributor
  • 4902 Views
  • 4 replies
  • 1 helpfuls

OIDs and MIBs

I am finding that although Discovery finds lots of things, it doesn't always put the info it found where I think it should.Case in point: printers.We have a wide variety of HP, Xerox, Lexmark, Zebra, etc. printers. Sometimes the Model and Serial numb...

robin850 by • Giga Contributor
  • 3231 Views
  • 2 replies
  • 0 helpfuls

Which Task Types do you use

Out of the box, It seems like there are a few different Task types in Service-now.com: Catalogue, Incident, Problem, and Project. However, there doesn't seem to be a Task type for general requests, such as assigning minor enhancements to a developmen...

by •  
  • 4813 Views
  • 3 replies
  • 0 helpfuls

Discovery and cluster VIP

How should Discovery handle the virtual name of a cluster? It appears that Discovery will occasionally add the cluster VIP as a Windows server CI in the cmdb_ci_winserver table. The behavior is inconsistent, so I'm not sure exactly how it is supposed...

Rick Mann by • Tera Expert
  • 3134 Views
  • 2 replies
  • 0 helpfuls

Reference Icon - Remove or Prevent Clicking

We have noticed that by clicking on several reference icons our users can get to parts of the system we don't want them to see.To address this issue we'd like ideally to restrict the reference icon to be a pop up only and not clickable. If this is no...

by •  
  • 2924 Views
  • 4 replies
  • 0 helpfuls

Metric Duration Reporting

Does anyone know why there are two duration fields calculated when the metrics definition is setup on a certain table? For example, we are collecting metrics on our problem table and we have two duration fields, mi_duration and prb_calendar_duration....

Rick Mann by • Tera Expert
  • 2585 Views
  • 1 replies
  • 1 helpfuls

UI Actions - isAdvancedUI

So in many UI Actions theres a condition: isAdvancedUI()I've done some research and it seams that this is intended to qualify your browser to a boolean based on the following: advancedUI = (isIE() && "5.5".compareTo(getIEVersion()) <= 0) //$NON-NLS-1...

gaidem by • ServiceNow Employee
  • 3676 Views
  • 2 replies
  • 1 helpfuls

Audit trail for attachments?

Attachments are stored in a table separate from incidents, requests, changes, etc. When attachments are added / deleted from incidents, requests, and changes, there's no record of that having happened in the activity log or audit trail for the task. ...

sbailey1 by • Tera Contributor
  • 3302 Views
  • 4 replies
  • 0 helpfuls

Number Maintenance - digit overflow

In the number maintenance you can create your own number ranges and create new numbers with getNextObjNumberPadded(). That's ok so far. What would happen, if the number range runs into an overflow. You've got for example INC9999999 and then calls get...

Roger19 by • Tera Contributor
  • 3753 Views
  • 2 replies
  • 1 helpfuls

Discovery Regular Expressions

I was helping a customer with a process classifier this past week. They discovered that their Windows processes were sometimes upper case, sometimes lower case, and possibly mixed case too.The original process classifier has a classification criteria...