ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Error = JavaException: java.lang.ClassCastException: com.glide.script.fencing.ScopedGlideRecord cannot be cast to com.glide.script.fencing.ScopedGlideElement

While using Script Step in flow designer I am getting the above mentioned error. I am calling a table using GlideRecord and I am inserting record in the table. Code :- var countKey = key.length;var countValue = value.length;var release = inputs.relea...

Shubham15 by Kilo Contributor
  • 3970 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to set the Values in a drop down based on the select value in 1st drop down using catalog client script

Hi,   I have 2 drop downs in a catalog item I added all the possible values  to the drop down , Now if I select option A in the First drop down I have to get the options   X,Y,Z in the second drop down if I select option B in first dropdown I have to...

Resolved! GlideAjax to return multiple values

I understood GlideAjax to return single values as very simple and getXMLAnswer() is very easy to use. To return multiple values or object or array what is recommended for someone to start learn and practice from the beginning if never tried? I find t...

Giri6 by Tera Expert
  • 4875 Views
  • 6 replies
  • 4 helpfuls