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

Forum Posts

Resolved! Adding project name field on project status report

I am fairly new to ServiceNow development. I want to add the project name to the Status report under Related Link on Projects page. See attachment for location of status report and for steps for location of adding field in list. Page - project_statu...

wendyo by Kilo Contributor
  • 2558 Views
  • 6 replies
  • 3 helpfuls

Getting "TypeError: Cannot create property 'value' on string"

trying to use "sn-record-picker" in a Ui page and getting this error. please Help. HTML: <sn-record-picker field="'altCont'" table="'sys_user'" display-field="'name,user_name'" value-field="'sys_id'" search-fields="'name,user_name'" page-size="100"><...

find_real_file.png
vkiran by Mega Expert
  • 20903 Views
  • 3 replies
  • 1 helpfuls

Record producer reference variable, Variable attributes issue

Hi Forum, How can I set the fields for the reference table window on the service portal. Here it is my issue, I have some record producer with reference field to Location table, now I would like to display location code, street, city and zip code col...

find_real_file.png
Devi16 by Tera Contributor
  • 8380 Views
  • 18 replies
  • 1 helpfuls

Resolved! How is gs.daysAgoEnd calculated?

I have a scheduled job that runs at 3:00 in the morning. In there it uses gs.daysAgoEnd. I'm not sure why, but when I run that later in the day it shows the day ends at 5:59:59 the next day. My question is does the time of day that you run gs.daysAgo...

Jase2 by Tera Contributor
  • 3763 Views
  • 7 replies
  • 0 helpfuls

Making a field mandatory in a pop-up

I have a requirement when promoting an incident to major to make both fields on the pop-up mandatory.  When promoting to major there is a UI Button that is selected.  Currently one of the fields work notes is already set as a mandatory field.  I now ...

Ear19 by Giga Expert
  • 2979 Views
  • 1 replies
  • 0 helpfuls

Embed dashboard URL to display on SharePoint

I have a requirement to display ServiceNow dashboard on SharePoint. I tried copying the URL of dashboard and see the message "This website doesn't support embedding using just the address. Try pasting the embed code instead.". How do I resolve this? ...

Radha K by Mega Guru
  • 8124 Views
  • 4 replies
  • 1 helpfuls

CMDB Health Dashboard

Hello ,   We are starting to leverage CMDB health dashboard,Although we do not want to measure all the CI's in the cmdb_ci table as we are just going to focus on Hardwares as in Computers and Servers.Would creating a custom Health Dashboard(by replic...

Jesny Job1 by Kilo Explorer
  • 3015 Views
  • 3 replies
  • 2 helpfuls

Resolved! sys_id and current in addQuery in GlideRecord

Hi folks, So far I am self-learner in SNow and I still don't get it some part of GlideRecord query. I assume that I can't understand deeply how to use sys_id and query on that and what is the current. I can build a basic query on GlideRecord but if i...

Andrei16 by Kilo Contributor
  • 32629 Views
  • 4 replies
  • 45 helpfuls

Resolved! Need help on Random Selection of value

Hi,   I have a system property from where i wanted to pick only 2 random values every time.   I am able to pick one value but can anyone please help me how to pick 2 random values every time ?   var tbl = gs.getProperty('random.generator'); gs.print(...