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

Forum Posts

Script include not being called from module filter

Hey guys, I have a module where I'm calling a script include (client callable is checked), however it doesn't seem like the script is being called. The module is in a scoped application while the script include is global. I know the script include wo...

Farah5_0-1680811476040.png Farah5_1-1680811576017.png
Farah5 by Tera Contributor
  • 2167 Views
  • 9 replies
  • 0 helpfuls

Retired KB is showing results in portal

We have retired the article KB1111111,However, when you change your language to Portuguese Brazilian on Portal the system is fetching the RETIRED KB Article in the Portal Search, the search results are providing a published KB article - KB2222222. Id...

Resolved! How to report on Indicators?

Hi gurus,I'm new to indicators and performance analytics, what I'm trying to do is report on two analytics..'Average Close Time of requested items' and 'Average Incident Resolution Time'.  Is it possible to include these in a report?  If not how else...

drslry2 by Tera Contributor
  • 2123 Views
  • 4 replies
  • 4 helpfuls

Resolved! UI builder checkbox get value

Hi   How do we check the selected checkbox value or name?   Currently i have these multiple checkboxes where when we click on one of them we can identify which checkbox has been selected. I created a client script to show the event values, however e...

Tadz_0-1737708157168.png
Tadz by Kilo Sage
  • 1367 Views
  • 3 replies
  • 1 helpfuls

Service Portal Search not finding Catalog Items

Hi everyone, so Im trying to figure out whats happening with the "typehead search" on my (sp) portal, when I try to find an item that is on the Service Catalog by searching it, it does not appear.Search sources:  I tried to change the "Search sources...

F_bioSantos_0-1737733034881.png

How to write script

Create department field on incident table ,choices isITAmin2)create field as user -reference (sys_user)tableIf some one select department IT then all IT related uses are aviator in user field same like admin.how to write script for this scenario in S...

MohanDegala by Tera Contributor
  • 1082 Views
  • 3 replies
  • 0 helpfuls

Resolved! check of user is the member of the 2 group

Hello All,why is my below code not working, Just wanted to check if the user is the member of one of these groupsScript include :-checkUserGroup: function() {        var user_id = this.getParameter("sysparm_userid");        var group_name = this.getP...