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

Forum Posts

New C# Package to interact with ServiceNow API

New ServiceNow Library create for those how need to interact with ServiceNow API programmatically https://github.com/emersonbottero/ServiceNow.Core There is a loot of cool features and to use is as easy as var ServiceNow = new ServiceNow(config); //...

Resolved! How to get a field from a related list

I created a Factor Type field in the Problem table. Factor TypeTable : problemType : StringColumn name : u_factor_typeChoice value internal_factorexternal_factorother I want to see the fields below to auto-set the Factor Type field choices DamageTabl...

find_real_file.png find_real_file.png find_real_file.png
d-aizawa by Kilo Sage
  • 1690 Views
  • 8 replies
  • 1 helpfuls

why alert is not displaying in catalog client script?

Hi ,   when i try to give alert in catalog client script, it is not displaying anything. please refer the code, function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var request1 = g_form.getValue('r...

Gamarawaji by Giga Contributor
  • 1106 Views
  • 16 replies
  • 1 helpfuls

ACL on Table not working

I believe that I have added the ACL correctly on a table They asked for Read/Write/Delete on a certain table I did the following: 1.  Created a Role 2.  Added the User to the Role3.  When to System Security and added the ACL (after elevating Role)4. ...

find_real_file.png
Community Alums by Community Alums  
  • 1284 Views
  • 4 replies
  • 1 helpfuls

Resolved! Virtual Agent clear previous chat upon finishing the chat

Hi there, When a chat is finished, a new chat automatically is started by the Virtual Agent. Both chats separated by dashes. Would it be possible to clear the previous chat upon finishing, so the new chat starts with a blank screen? I know it is poss...

Resolved! Script for Client script if a user is a part of A assignment group then user can get priority=1 .If user is not part of A assignment group then user should get pop-up

Hello  Script for Client script   if a user is a part of A assignment group then user can get priority=1 .If user is not part of A assignment group then user should get pop-up for submitting priority=1      

Resolved! "HTML Script" on custom table

Hello All,I would like to have a field of type "HTML Script" - similar to what we have on Email templates table on a custom table. This will be dependent on another custom table so that I can use ${field_name} notation to substitute the values dynami...

sumeet_n by Kilo Guru
  • 6944 Views
  • 20 replies
  • 6 helpfuls

What can go wrong by editing sys_update_xml ?

The system documentation repeatedly tells not to directly edit records in sys_update_xml :https://docs.servicenow.com/bundle/rome-application-development/page/build/system-update-sets/reference/get-started-update-sets.html Is there something that cou...

Lauri Arra by Tera Guru
  • 800 Views
  • 1 replies
  • 0 helpfuls

Resolved! Notification is not sent to one particular user

Hi! I have a problem with a notification that is sent when a case is commented, contact language is not french and state is not resolved or closed. Here are the settings notification :     For information, email source in 'Users/Groups in fields' i...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Mandy11 by Tera Contributor
  • 2661 Views
  • 3 replies
  • 2 helpfuls

This action cannot be found

Hi good day!Has this happened to someone?yesterday I made a change in a flow designer action. Today when I want to enter the following message appears: 'This action cannot be found' The action in question is Create Business App, is there a way to rec...

find_real_file.png
Lbec by Tera Expert
  • 882 Views
  • 1 replies
  • 0 helpfuls

Incident State change after Pending timer expires

Hi Community, I have custom field 'pending timer' of type 'date/time'. This field appears only when the state of incident is of type 'on hold'.  My requirement is whenever 'pending timer' expires the incident type should change to 'in progress'. Can ...