Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Adding the "File Attachment Icon" in a form

I'm building a form that will be used to move computer related equipment around from facility to facility or room / floor to room / floor. The client wishes to have the "attach file" icon pop when you select the variable "1, 2-10 or 10+" items to mov...

davidself3 by Tera Contributor
  • 2897 Views
  • 3 replies
  • 0 helpfuls

Changing the Behavious of Name field on SYS_USER table

In SYS_USER table "name" field is a calculated field. As per our requirement we want to show name as Last Name, First name. So I changed calculation of this field in Dictionary. Now the name is shown as expected.On caller field of Incident it works g...

User150433 by Kilo Sage
  • 2806 Views
  • 5 replies
  • 0 helpfuls

Maint role?

How does one add themself to the MAINT role?MAINT is hidden from the roles list. You can't search for it. Only way I found it was looking through ACLs and found a clickable link on a row that requires it. I cannot add myself to the role, though. It l...

geek1 by Kilo Contributor
  • 4860 Views
  • 1 replies
  • 0 helpfuls

Out of the Box reports

Hi, I have been tasked with creating a set of operational reports using a base instance of SN which already appears to have deleted/customised all the "out of the box" reports. Is there anywhere I can access those list on the wiki to save me recreati...

dredski1 by Kilo Explorer
  • 2904 Views
  • 3 replies
  • 0 helpfuls

Discovery Windows Device on different AD Domain/Tree/Forest

I am trying to discover a device that is on a differen't AD tree than mine. I have an account on that tree that i'm trying to use. I've setup an entry in my Discovery Configurations for the account with a Type of Windows. I then go to discover the de...

garyopela by ServiceNow Employee
  • 1649 Views
  • 6 replies
  • 0 helpfuls

Are glide lists groupable in reporting

I created a list report and would like to group by a glide list field, however that particular field is not available in the Group by drop down list. Are glide lists not able to be made groupable for reporting because of its data type?

mforward by Kilo Contributor
  • 3679 Views
  • 4 replies
  • 2 helpfuls

Where are Work Notes stored?

What table(s) holds the values for the Work Notes? To keep it a little simpler, let's just say Work Notes for Incidents. So the activity feed within an individual incident shows all comments and work notes done up until now. For each entry, it shows ...

hazyitsm by Kilo Contributor
  • 32265 Views
  • 6 replies
  • 6 helpfuls

LDAP filter

Hi all you AD/LDAP experts. I have a question or two for you this evening.My filter looks like OU=Global,DC=Corp,DC=One,DC=CoOn top of that I have 6 LDAP OU defintions that each have a different RDN (which is OU=).My question is (since I didn't set t...

by  
  • 5937 Views
  • 4 replies
  • 0 helpfuls

How to query the cmdb_ci table

Hi everyone,I'm having problems sending a query to the CMDI_CI table and was hoping someone could tell me what I'm doing wrong. The below script is pretty simple. It's an onchange when the user changes a reference field.I have a reference field where...

geek1 by Kilo Contributor
  • 2815 Views
  • 1 replies
  • 0 helpfuls

Preventing duplicate entries for Surveys

Hi guys,The requirement is to ensure that a survey cannot be taken twice on the same survey by the same person, thus preventing duplicates in the survey instances.There is a business rule that queries the survey_instance table, and checks against the...

soelofsen by Kilo Explorer
  • 4009 Views
  • 8 replies
  • 0 helpfuls

What is .do means ??

I'm still beginner in service now , my question is what is .do in service now system, i just attached a screenshot about it. i want to know where is the location for that and how can i implement a new module/applicaiton with textboxes, fields and but...

jihad_amer by Kilo Explorer
  • 3823 Views
  • 1 replies
  • 1 helpfuls

Executing PowerShell Script via ecc_queue

My goal is to execute PowerShell Script (dynamically prepared by a business rule/workflow) on the MID Server without having Runbook Plug-in enabled.I would like to execute a PowerShell Script through ecc_queue message in the same way as we execute pr...