Get the oldest incident
Hi all, I'm trying to obtain the oldest ticket to show the age in a single score in a dashboard This is the script that I have: function getOldIncident (){var glideIncident = new GlideRecord('incident');glideIncident.addQuery('state',1);glideIncident...