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

Forum Posts

Resolved! Script Includes but for Client-side code?

Hi,I was wondering if there's any module or platform functionality that resembles Script Includes, but runs the code on the client-side? In my use case, I need to reuse the same verification of inputs and then make a GlideAjax call on two Catalog Cli...

JeremiP by Kilo Sage
  • 2597 Views
  • 1 replies
  • 1 helpfuls

Resolved! Script to determine if user has Dark Mode selected

Hi -- we have a script that will change the color of fields we recommend a user populate but we don't want to make mandatory. It's worked great until more users have started utilizing Dark Mode. Now the text is white and is hard to read on the highli...

report_view acl access issue

Hi,  I have a user who has the stakeholder role. I created a report that looks at the requested item table.  When impersonating I can go to reports and open the report, view the same report on a dashboard fine. The issue I keep running into is when I...

Jacob23_0-1705491473827.png
Jacob23 by Mega Guru
  • 2598 Views
  • 1 replies
  • 0 helpfuls

Resolved! Validate Task in a Instance

Hi everyone ! Is it possible or is there any feature similar to Validate Task as shown in the picture?Please someone help me !Thank you so much. 

DinhNguyen_0-1705467108379.png

gs.getSession().getLanguage()

Hello guys, I have an issue with the above line. I have a script email notification that is translating the variables based on user language. The issue is that some fields are translated in portuguese, even though the user has english selected. So I ...

valentin3 by Kilo Sage
  • 2766 Views
  • 2 replies
  • 2 helpfuls

Use system property in gliderecord endoced query

I have created a  system property that stores sys id. comma separated I have requirement to exclude these in gliderecord .the script is not working Script :var listOfVariables = gs.getProperty('variables_exclude');                var variablesArray =...