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

Forum Posts

Resolved! GlideAggregate is not working

I have a script and currently it is not working with GlideAggregate can someone please rectify it: var RITM = new GlideRecord("sc_req_item");RITM.addEncodedQuery("state=2"); //state is in progressRITM.query();while (RITM.next()) {    var p= 0;    var...

sudhir041 by Tera Contributor
  • 2082 Views
  • 16 replies
  • 1 helpfuls

Resolved! Best practices for long pending tickets and requests

Just checking what best practices folks are following to address the concern below. We have quite a few Incidents and Service Requests that are open under various teams for long time (months, up to years). We would like to reduce this backlog. Few(ve...

ycd by Tera Contributor
  • 7492 Views
  • 4 replies
  • 2 helpfuls

Domain Map Download

Hello, Is there a way to download the domain map from the system. The reason if the customers are huge in numbers it's very difficult to see the proper domains. Is there a way I can understand the relations between each domain.Much Appreciated!!   

Resolved! Open/closed requests view in serviceportal

In service portal, My requests view showing "open/closed" states only by default.Please suggest how to mention remaining states also(ex: work in progrss state).Please find snapshots for reference       

Ramakrishna6_1-1669099957486.png Ramakrishna6_2-1669100065726.png
Ramakrishna6 by Tera Contributor
  • 2421 Views
  • 10 replies
  • 0 helpfuls

GroupBy for a related list

Someone has already try to make a "GroupBy" in a related list?  The choice "GroupBy" Is not not available in the dropdown list!  Do we need to use the "Relationship" module to do this?    Thanks!

sisutjq by Giga Guru
  • 3446 Views
  • 4 replies
  • 2 helpfuls

Resolved! Hide/Show choice list in client Script

Hi, i want to show/hide choice list based on the value the user selects, i tried to do it with the below script but its not working, can anyone help me? Thanks in advance. the script remove but not show when the user selects other values:  function o...

Resolved! Show a Pop Up when field edited in List View

I've done this a long time ago and can remember how it is done. I'm trying to copy the "State/SubState" popup that appears when you edit the State field on hardware assets in List view.  The popup give you the ability to set two fields at once. (inst...

asset state popup.PNG wanted popup.png
EricG by Kilo Sage
  • 968 Views
  • 3 replies
  • 3 helpfuls