Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Restrict edits to Dot Walked field on a List View

I need to restrict Users from editing a dot walked field on a list view. For example, incident.description would be ok since I can add an ACL to the Incident table.    In this case, I need to restrict task.description field on the Task table. Note, I...

JahanzebB by Mega Guru
  • 1362 Views
  • 2 replies
  • 0 helpfuls

Resolved! Set values of record producer (switch case script)

I'm hoping that someone might be able to help me with the correct way to pass values to a new record producer in a script. I'm sure it's something with the way that I have it written currently that just isn't processing correctly. For background I ha...

find_real_file.png
Marcel H_ by Tera Guru
  • 2758 Views
  • 4 replies
  • 3 helpfuls

Test JDBC Connection to a Database Server

BackgroundServiceNow instances can be setup to import data from external databases using JDBC. This setup is documented under Data Sources->JDBC type data source in the documentation:JDBC type data sourceBut when there are issues with this JDBC conne...

tim210 by ServiceNow Employee
  • 25826 Views
  • 3 replies
  • 0 helpfuls

Transform Map GlideRecord Script

Hello, I am trying to query the a manufacturer table with this script during transform so that it will load the company column in the users table with their manufacturer name based on the conditions in the script. The problem is that the second condi...

EB7 by Giga Contributor
  • 2140 Views
  • 3 replies
  • 0 helpfuls

How to get current form values in UI macro jelly script

Hi All, I have created a formatter and UI macro. And formatter is added to incident form. Now i want to display current incident fields to the formatter. Created UI macro with below script but it is not showing any values. Please help me.   <?xml ver...

Resolved! Moving Filtered Options in List Collector

I have an on change client script for a reference field 'which_user'.  When you enter the value in 'which_user', it sets the filter for the list collector field 'parent'.  I then want to move all available options slushbucket (left) based on that fil...

Resolved! SSRS connection failing after TLS1.2 policy change

We use SSRS to generate more sophisticated reports but it can no longer connect since last Tuesday when our ServiceNow instance was updated to enforce TLS1.2. We installed the latest ServiceNow ODBC driver on our Windows server and we're already runn...

Restricting application access for admin users

Hi , We are trying to implement following condition in our instance. We have application XYZ which is accessible for Certain group of users in client organization. We have created assignment groups and have provided appropriate roles to them. This is...

Siri8 by Kilo Contributor
  • 2298 Views
  • 2 replies
  • 2 helpfuls

Adding catalog item variables to email notification

Hello, We recently started using Variable Sets and I would like to include all variables in the approval email notification. Currently no variables are populating in the approval requests. I have been investigating this and find different solutions t...

find_real_file.png
David36 by Tera Contributor
  • 3283 Views
  • 4 replies
  • 1 helpfuls

X-Frame SAMEORIGIN

Hello,Is there any way in ServiceNow to add trusted origins, as opposed to opening things up to all origins below?   What I'd like to do is embed UI Pages from ServiceNow in a Drupal site.Thanks!glide.set_x_frame_optionsEnable this property to set th...

dmfranko by Kilo Guru
  • 4389 Views
  • 7 replies
  • 3 helpfuls

Resolved! Spmodal()

Hi, I have an embedded widget: HTML Code: <a class="btn btn-{{options.color}} m-b" ng-click="c.onWidget('cags-requisito-insert-form')" ng-show="data.hidebutton=='0'">{{data.buttonMsg}}</a> CSS:  .btn { width: 100%;} Server script: data.buttonMsg = gs...

alebuc by Tera Expert
  • 8916 Views
  • 6 replies
  • 1 helpfuls