Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! onChange Client Script not working on Form.

Creating a form with an independent Application and I'm getting the following error. I have the following onChange client script. function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } /...

find_real_file.png find_real_file.png find_real_file.png
jasonjones by Giga Contributor
  • 2879 Views
  • 17 replies
  • 0 helpfuls

workflow.inputs vs workflow.variables

For workflow input variables I am confused on the correct option.  If I drop an activity on my workflow and open it up and then drag my wf inputs from the Data tab into the activity input fields I get the format workflow.inputs.[variablename] However...

garyminnick by Tera Contributor
  • 3202 Views
  • 1 replies
  • 0 helpfuls

Resolved! Parse the String

Hi,I have a String in LDAP format and I want to get only the name from it. How do I parse this String with JS ?CN=Bill\,Hamilton,OU=UNITNAME,OU=Region,OU=Country,DC=subdomain,DC=domain,DC=comI want to extract the name Bill Hamilton from this entire S...

maryc by Tera Contributor
  • 5331 Views
  • 7 replies
  • 6 helpfuls

GlideEvaluator

Hi All, I have created one scripted rest api which will evaluate the script and return the result. PFB the script. (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { var table_nm = 'incident';var table_sys_id = '6a94f7e8db1...

ayushcr7 by Kilo Contributor
  • 3382 Views
  • 3 replies
  • 1 helpfuls

Resolved! Multi line string field is possible to store in database table ?

Hi, I want to store list of values in Database table field like below XXXXX XXXXX XXXXX XXXXX ------ is the above format is possible to store ? if so what is the data type i should declare in db. Or any other alternative is there ? Thanks & Regards J...

JG16 by Tera Contributor
  • 2118 Views
  • 7 replies
  • 1 helpfuls

How to revert the deleted data from update set

Hi,accidentally i have deleted the data from update set..Did any one faced this kind of issue and what are all the steps you followed to revert the data back .please post your approaches.

__56 by Kilo Explorer
  • 5430 Views
  • 13 replies
  • 2 helpfuls

Resolved! Scripted Filters for Incident list

Hello all, I would like to ask if anybody here could please kindly point me into the right direction with a Scripted Filter. I created the following Script Include but when going into the List filter I can't get it called. Client Callable var Testing...

Resolved! "New" button is setting a field by default - how? where?

I have what appears to be a straight copy of the "New" button for Related Lists on a custom table. It is setting a field on the custom table record (u_case). I need to see where that is happening because I need to set a different field depending on w...

Sue Frost by Giga Guru
  • 1617 Views
  • 4 replies
  • 0 helpfuls