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

Forum Posts

Resolved! Adding PA widgets to dashboard

Which role is required for normal itil users to add PA widgets to their dashboards? Adding Performance Analytics Dashboard Widgets | ServiceNow Developer - Steps are mentioned here but team has forgot to add the role required to perform this activity...

Khanna Ji by Tera Guru
  • 1750 Views
  • 2 replies
  • 4 helpfuls

GlideRecord.create() without GlideRecord.initialize()

As per the documentation, one needs to initialize() before assigning values to later insert() a new Gliderecord, i.e.  var now_GR = new GlideRecord('to_do'); now_GR.initialize(); now_GR.name = 'first to do item'; now_GR.description = 'learn about G...

Resolved! Validate attachment counts

Hi All, We have requirement to validate attachment on a record producer and below line is returning different value when checked in portal and in mobile.var attlen = this.document.getElementsByClassName('get-attachment').length;it is giving 2 if we h...

Feddy by Kilo Sage
  • 596 Views
  • 2 replies
  • 0 helpfuls

How to pass values to embedded widget

Hi Team , I have cloned OOB widget "Faceted Search" and modified to embed clone of "Search page" widget.Search page widget is not getting updated when I search something and need to reload the form again to see the data.I am using below line to call ...

find_real_file.png
Feddy by Kilo Sage
  • 719 Views
  • 2 replies
  • 0 helpfuls

I'm deactivating a custom field in my instance. What is the easiest, most efficient way to identify Flow Designer Flows/actions/subflows that may be impacted by this, i.e. trigger conditions, scripts, etc..?

I've deactivated a handful of custom fields my organization is no longer using. I know how to identify various different scripts, policies, business rules, traditional workflows, etc.. that may be impacted by this. However, I'm not sure how and where...

Dustin9 by Kilo Expert
  • 580 Views
  • 2 replies
  • 1 helpfuls

setDisplayValue not working for scoped app

HI Everyone, I am trying to use setDisplayValue within workflow run script activity. When I do so, I get the following error.Error: Function setDisplayValue is not allowed in scope xyz__. Is there any workaround for this? Run Script code :  var too =...

Munna1 by Tera Contributor
  • 747 Views
  • 5 replies
  • 0 helpfuls

Function setDisplayValue is not allowed in scope XYZ

HI Everyone, I am trying to use setDisplayValue within workflow run script activity. When I do so, I get the following error.Error: Function setDisplayValue is not allowed in scope xyz__. Is there any way to deal with this?

Munna1 by Tera Contributor
  • 1187 Views
  • 8 replies
  • 0 helpfuls

Next Experience UI Login Page

Hello: I am currently branding our instance in the Next Experience UI. In the login page, I have removed the OOTB background illustration and added our brand color. This shows the login box inside of another white rectangular box and I would prefer t...

find_real_file.png find_real_file.png

Server Criticality

Hi, We have a requirement to define all of the server's criticality. This is so that based on a specific high criticality, our server team would patch the high priority servers first.  We do not have Secops (SIR/VR) in our environment. The Server tea...