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

Forum Posts

Resolved! Show Report More Info/Description Field

Is it possible to show the Description field ("i", on the report) or insert a 'More Info' (a la forms) in a report and/or gauge?This would be helpful when explaining to various viewers what exactly the report is measuring and/or filtering out.Thx,A

adamrauh by Kilo Expert
  • 4245 Views
  • 8 replies
  • 1 helpfuls

How To Filter A Choice List Table

Hello All --I am trying to set up a choice list that is dependent on the values of other fields and am hitting a road block.I want the choice list to display choices that are specific to the company that is listed in sys_user. I have a u_system_list ...

chriscorbett by Giga Contributor
  • 4420 Views
  • 7 replies
  • 0 helpfuls

How to Effectively Monitor System Processes

ServiceNow in our environment is expected to be up 24/7, as is the case for most of you. Also, we have some important jobs that run in the background, like user creation, interfaces, etc. I was wondering how you monitor things like this on a day to d...

Richard101 by Mega Expert
  • 3191 Views
  • 3 replies
  • 3 helpfuls

Resolved! Adding a Notes Field to the Contract form to show up in Activity

Good morning, It's been requested that I add a notes field in the contract form.   On the wiki there is documentation about the Journal fields but I am not sure how to create them.I checked the "additional comments" field on the incident for is a "Jo...

find_real_file.png
carlh by Kilo Guru
  • 2870 Views
  • 2 replies
  • 2 helpfuls

API for 'Create Application File from Record'

Does anyone know the API to create an Application File?I am trying to automate the functionality below:Every time I increment my version, I want to automatically add a specific set of records to the application.Thanks

list choice.png create application file for record.PNG
paulmorris by Giga Sage
  • 3487 Views
  • 5 replies
  • 0 helpfuls

Resolved! How To Dot Walk Multiple Tables

Hi I am accessing multiple tables by dot walking, but getting empty value when i dot walk the second time. For example i have written a BussinessRule on sys_import_set_run in that i am accessing the sys_import_set table like current.set.getRefRecord(...

Resolved! Background scripts for Deletion

Hi,I need to write background script to delete some unwanted data from multiple tables. I am just concerned about following the best approach like performing deletions from Master table and then the child tables. I am thinking to write a scheduled jo...

Jyoti36 by Mega Expert
  • 4100 Views
  • 16 replies
  • 2 helpfuls

Resolved! Using a background script to fill a field on all values of a table

With a background script, I am trying to query all of the records of my dmn_demand table, and fill in a field with matching data from another field already present on each record.This is the code that I have tried and didn't have work. Thought I'd re...

SC10 by Kilo Guru
  • 4121 Views
  • 5 replies
  • 0 helpfuls

Get Value of Target Field in sys_email table

Hii am trying to get the value of Target field in sys_email tabe in Business Rule (after insert) but every time i access the DisplayValue its gives me empty. Any idea how can i access the value?or how can i check if target is not empty access the rel...