The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Call script include function on submit client script

Hi, All I'm trying call a script include function via client script this my code below: Script include:   var CNPJ_CPF_Validate = Class.create(); CNPJ_CPF_Validate.prototype = { initialize: function() { }, validaDadosCNPJ: function () { var t...

Osvald by Giga Contributor
  • 1871 Views
  • 7 replies
  • 1 helpfuls

Resolved! Scope name application part length?

I'm working through the developer learning plan and have come across the following in the NeedIt training. The scope value is set automatically by ServiceNow whenever an application is created in Studio. The scope is constructed by concatenating 3 va...

RichGK1 by Mega Expert
  • 2114 Views
  • 2 replies
  • 4 helpfuls

Resolved! how to integrate Active Directory in servicenow?

Hi,How to integrate Active Directory in Servicenow?What are the requirement to do this?What is the process to do?Is activating a plugin Orchestration - Active Directory is just enough as mentioned geneva Doc?Thanks in Advance,Tindra.

alvatindra by Giga Contributor
  • 26505 Views
  • 8 replies
  • 6 helpfuls

Resolved! Scripts - Background cannot update read-only fields after upgrade

We recently upgraded from London to New York.   After the upgrade, some of our scripts we use in scripts - background can no longer update records, giving the following error:  Background message, type:error, message: Data Policy Exception: The fol...

Community Alums by Community Alums  
  • 1508 Views
  • 6 replies
  • 2 helpfuls

On-Call scheduling permissions

I am trying to modify the set of users that can create on call schedules.  My issue is that I can't find where the "select group" dialog is configured.  I have adjusted the script include referenced in the various related ACLs to allow the other set ...

find_real_file.png

Resolved! Issue with IndexOf

Hi, I have an inbound mail action that looks for specific text in the subject line of an inbound email and then uses specific parts of the email body depending on what the it finds in the subject. It works for the most part except I have a line in th...

Resolved! Adding default item to List Collector choices

I have a catalog item in Madrid where someone can multi-select Departments from that table into a list collector. Since I have the Department of the Requester in another field already, I'd like that to already appear selected in that list. The displa...

Jeff Shaevel by Tera Contributor
  • 1398 Views
  • 8 replies
  • 1 helpfuls

Resolved! How to set the value on a decimal field?

Hi All, I need your help with the code of a fix script on below requirement. For all the unexported time cards (u_export= false) on the time card table, if the minutes are not: 0,0.25,0.5,0.75 it should change it to the closest of those values. Condi...

User177031 by Kilo Guru
  • 2211 Views
  • 14 replies
  • 4 helpfuls

Resolved! How can we display announcement based on user location

Hi ALL, could you please suggest can we display announcement based on user location. EX: if admin create one announcement XYZ location having issue on LIFT when  user login from XYZ location user get see display message "xyz location having issue on ...

sathish29 by Giga Contributor
  • 4430 Views
  • 5 replies
  • 14 helpfuls

Resolved! Hide Form Section and Section Fields

Hello All,   My Requirment: Under Form Section almost 15 fields are available and we need to hide them based on the selected category. And also few fields are mandatory before saving the form and few fields are mandatory after saving the form. we tri...

ar1 by Kilo Sage
  • 3153 Views
  • 9 replies
  • 3 helpfuls

How to recover the Deleted table and data ?

Hi team,   Is there any way to recover the deleted table and its data? If we delete the custom table, Can we recover it back ? We tried recover it from Deleted Records but the table label, column label and Acl's and its related records are not being ...