We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Retaining installed plugins/applications after cloning

Hello,We want to clone our PROD instance into our DEV instance, and we are currently using App Engine Studio (AES) in DEV. We don't have AES installed in PROD and wanted to know if there is a way to tell ServiceNow that we want to retain our installe...

Resolved! Extended table

Hello Experts, There is an out of the box table extended from a task table. I am trying to override the assignment group field, but don’t see the table in the list for selection. Am I missing something? Please suggest. 

AJ5 by Tera Contributor
  • 1577 Views
  • 6 replies
  • 0 helpfuls

Resolved! Fetch state value from change request table to catalog item

I have a catalog item with 2 fields 'change request ID' and 'state of change request' . I have to fetch the state of change request based on change request ID. I have written onChange client script for this but it is not working properly. function on...

Shalika_0-1677062408483.png Shalika_1-1677062597087.png
Shalika by Tera Expert
  • 1950 Views
  • 8 replies
  • 2 helpfuls

Approval via script in workflow editor

I need help on script underlined.I have various level of teams that needs to be send for approval. For the highlighted HMI Manger if anyone in the group can approve the request. How can I add anyone in the group can approve the request in script. If ...

jyothi15 by Tera Expert
  • 935 Views
  • 1 replies
  • 0 helpfuls

Resolved! Querying m2m table

Hello everyone, I got two tables.Table ATable B.there is m2m relationship between table A and B. Now if i want to change m2m table record value, how to script this? 

Reference a choice on a string table

Hi all,On my incident table we have fields to sort by Business Service, then by category, and finally by Item. (Pic 1).Item is a Dictionary Entry string with a list of multiple choices attached to it (Pic 3 & 4).I want to set two fields on my inciden...

StephenL1 by Tera Contributor
  • 1505 Views
  • 4 replies
  • 0 helpfuls

Resolved! Populate parent field on related table???

Hi,I am working on a solution where I have a custom BA case management table and I need a related BA task table, where the assignee of the case can create related tasks and assign them out as required.I have created both M2M relation however the rela...

MikeD1_0-1677100865842.png MikeD1_1-1677100907829.png
Mike D1 by Giga Guru
  • 1658 Views
  • 1 replies
  • 0 helpfuls

Refname Syntax error in Script Include

I am getting the following error:"Could not save record because of a compile error: JavaScript parse error at line (14) column (24) problem = syntax error (<refname>; line 14)"Here is my code: var Search = Class.create(); Search.prototype = { in...