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

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

Forum Posts

Content Items not displaying in Service Portal

Hello All,My team and I are configuring the Service Portal right now and it hasn't been a very pleasant experience. One issue is that the Content Items within the Catalogs do not display in the Service Portal. Does anyone know a work around so the co...

Marques2 by Tera Expert
  • 9966 Views
  • 16 replies
  • 3 helpfuls

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
  • 4470 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...