Resolved! ArrayUtil throws error in scoped Application- Service portal
Hi All, Here is my server side script in widget to fetch records an remove duplicates. data.arr=[];var item=new GlideRecord('sc_req_item');item.addEncodedQuery('opened_byDYNAMIC90d1921e5f510100a9ad2572f2b477fe');item.query(); while(item.next()){data....
