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
  • 1547 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
  • 5792 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
  • 2040 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
  • 3071 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! Getting item name from RITM

Hi all,We have a requirement to hide a tab from view if the catalog item is not called "Add Procedure". I create a script include as follows:var ritm_details_by_number = Class.create(); ritm_details_by_number.prototype = Object.extendsObject(Abstract...

MWright1 by Giga Guru
  • 743 Views
  • 2 replies
  • 1 helpfuls

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

Customizing Next Experience theme based on UI 16 properties

Hi All, I have configured the UI16 theme with the below color values but how I can make same changes in Polaris view. Please suggest me on this. Thank You! Header background color - #fedb00Banner text color - #00141eHeader divider stripe color - #66e...

Community Alums by Community Alums  
  • 826 Views
  • 2 replies
  • 0 helpfuls