Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Unable to edit workspace in UI builder

Suddenly UI Builder is throwing below error message  "Can't edit. There is an unknown issue. This was editable until last week and no changes were made, but suddenly Servivcenow is throwing above error. Even tried to create a new workspace, but still...

abhi555 by Tera Contributor
  • 3549 Views
  • 4 replies
  • 5 helpfuls

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
  • 11504 Views
  • 16 replies
  • 3 helpfuls

Need to create a interactive filter in dashboard

Hi All, We have a list report in a dashboard under alm_hardware table and user need to search the report by assigned to person. So please help me to setup this interactice filter as I am new to this. Thanks,Geo

Community Alums by Community Alums  
  • 1714 Views
  • 2 replies
  • 1 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
  • 5279 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...