Alikutty A
Tera Sage

Hi,



Please run this script.



var inc = new GlideRecord('incident');


inc.query();


while(inc.next()){


  if(inc.short_description.toString().length == 100){


    gs.print(inc.number);


}


}



Thanks


Please Hit like, Helpful or Correct depending on the impact of the response


View solution in original post