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

Forum Posts

Resolved! Making all the fields non editable except one in Client Script

I am making entire form read only on a condition with a on load client script with code as below : var fields = g_form.getEditableFields();for (var x = 0; x < fields.length; x++) {        g_form.setReadOnly(fields[x], true);} This is because i have l...

aditiojha by Tera Contributor
  • 3278 Views
  • 7 replies
  • 4 helpfuls

Help with relating record to parent, and parents of parent

I have a child record on a table called "Policy" that has a Parent field. If I add a record to a related list on the Policy table, I want that record to also be added to the related list of the Parent record. If that Parent record also has a Parent, ...

Farah5 by Tera Contributor
  • 1417 Views
  • 1 replies
  • 0 helpfuls

How to get first additional comment in incident record

I want to get the first ever Additional comment from the incident record.I have tried below in the flow designer action to get last comment, but not able to get first comment of incidet recordScript for Flow designer-Action:- var grTask=inputs.task;...

chandan15 by Tera Contributor
  • 3491 Views
  • 4 replies
  • 3 helpfuls

Resolved! Remove an option from a select box field

Hi everyone, I need to remove an option from a select box field in a catalog client script by using sys_choice table.The current Client Script is this: function onLoad() { g_form.removeOption('what_do_you_want', 'seasonal_campaigns'); //Qual material...

Change What the (+) Does in a Now Experience Workspace

I have created a Now Experience Workspace in App Engine Studio for one of my custom apps. It did a pretty good job so far, but it appears the behavior of the New Tab button (The +) Is still showing the options for our default workspace. I do not wan...

find_real_file.png

Resolved! Can't save script updating public field

Trying to write a script that among other things, sets the public field to false;gr.public = false; I can't save it because of this error: missing name after . operator (<refname>; line 3): JavaScript parse error at line (3) column (10) problem = mis...

Resolved! Robust Transform skip empty field

HiI am working with RTE and I have a source table like so  | Source Field1 | Source Field2 | Source Field 3 | Source Field 4 | The are a certain times that one of the Source Field is empty. I would like to ignore that empty field and copy the data of...

Screenshot 2023-11-02 at 9.25.31 AM.png
Fredo by Tera Contributor
  • 2371 Views
  • 3 replies
  • 0 helpfuls

Resolved! Using a Client Script for a module definition

Hi All, Hoping someone can help with my issue. I am trying to use a client script to dynamically build the query filter for a module definition. I have scoped application called "Sports Data" (x_stpe_sports_data) which includes tables called x_stpe_s...

Michael Todd by Tera Contributor
  • 1420 Views
  • 2 replies
  • 2 helpfuls

Expiring codesigning certificate

Greetings everyone.  I have a problem that I cannot seem to find a solution for.  I have a certificate (code_signing_key_rome_publiccodedesignver) that is expiring soon.  We are on San Diego and there is a code_signing_key for SanDiego as well.  I am...

Community Alums by Community Alums  
  • 5314 Views
  • 9 replies
  • 26 helpfuls

SIR related queries

Hi All, I have couple of question: 1. How SIR Pro is different from SIR2. What is SOAR? how is build in ServiceNow? What modules are include as part of SOAR?3. I have been using email parser for phishing emails, but i am not able to pull out the URL ...

Resolved! Instance scan checks categories

what is the purpose of each category in the checks:1. Performance2.security3.upgradeability4.Manageability5.user experience6.overalldescription about these categories

shivaadapa by Tera Expert
  • 2684 Views
  • 1 replies
  • 3 helpfuls

Resolved! NCR Integration

Hello everyone, I am investigating an integration with NCR, the problem is that I am a junior developer and new to integrations and I need help to understand how it works.I can't find much documentation about it and it's hard for me to understand how...