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

Forum Posts

Override variable set

Hi, I need to create a new catalog items. One of  the variables is  a field 'Priority' but instead of creating him from scratch I decided to use variable set that already contains this field. In the variable set the default value for this field is '3...

Alon Grod by Tera Expert
  • 1612 Views
  • 4 replies
  • 0 helpfuls

Reading LDAP in a script

I have a need to read an LDAP attribute (one that is not captured as part of our LDAP integration with sys_user) within a script. Is this possible and are there examples. Thanks.

jpro by Mega Contributor
  • 3769 Views
  • 3 replies
  • 0 helpfuls

how to choose the right tables to extend

I am new to serviceNow development and trying to get a handle on best practices when creating a new app.  I created a personal developer instance and I would like to create a sample app called Remote Work.  The concept is that it would be an app wher...

Blair Dee by Tera Contributor
  • 2603 Views
  • 2 replies
  • 1 helpfuls

Resolved! Update mrvs value without selecting Edit Row

Hi all. I have created mrvs with catalog items. I set multiple data, but when I want to change the data content later, I thought it would be a hassle for the user to select Edit Row from Actions and make the changes. So I asked if it is possible to c...

find_real_file.png
uta yo by Kilo Contributor
  • 1740 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to create a Metric script to calculate State duration.

Hello All, We started using service now a few weeks ago and I am struggling to create a report as i can't find the right information. I need to display the average time on each State for the tickets created( Incident and Requests). The State column i...

Shadi1 by Kilo Contributor
  • 5668 Views
  • 9 replies
  • 5 helpfuls

Resolved! How to assign String values to Choice?

Hi all, How to get a string value from table and assign it to a Choice field values. How can I achieve this? I have a fields Phone number, Alternative phone 1 and Alternative phone 2 and I want to fetch it from consumer  and assign it to Choice Field...

Sid_Takali by Kilo Patron
  • 1550 Views
  • 4 replies
  • 2 helpfuls

Reload a form when field value changes from No to Yes.

Hi, We have a requirement where we need to make rest other fields disabled when in particular field(Yes/No field) value is selected as "No". Written a onChange client script for this which is working. Here we need to Reload the form when user changes...

Lina5 by Tera Contributor
  • 2712 Views
  • 12 replies
  • 0 helpfuls

Resolved! How to generate a RITM from a record producer

Knowing that ServiceNow advices using a catalog item as opposed to a record producer to generate a RITM, we have a requirement to have agents submit a RITM on behalf of a caller. To achieve this from the user interface, I wanted to generate a ritm fr...

mdjoseph12 by Giga Contributor
  • 5765 Views
  • 6 replies
  • 4 helpfuls

Resolved! Why tableChoicesScript Attribute is not working for me?

I have a simple Document ID Field on form. I added the following script include  var RelationshipScript = Class.create(); RelationshipScript.prototype = { initialize: function() {}, process: function() { var tables = ['incident', 'int...

Ali Usman by Tera Contributor
  • 2875 Views
  • 4 replies
  • 3 helpfuls

Resolved! Instance Scan - How to exclude a table from Instance Scan?

When running Instance Scan Column-type check for HTML, my check is timing out, particularly it is taking a long time to scan the sys_upgrade_history_log table, which I do not care to scan.  I would like to know how to exclude this table from my check...

Community Alums by Community Alums  
  • 1494 Views
  • 4 replies
  • 4 helpfuls