User Activity

Hello All, I am trying to get a access token using Application registry but following error is thrown. Any help is appreciated.Step 1:1. Created OAuth Application Registry using the option "Connect to a third party OAuth provider" .2. Filled in follo...
Hello Community, I have a variable "ABC"(backend value abc) which is a reference field to the user table on a record producer and default value I used is javascript:gs.getUserID(). I have other variable  XYZ (String) so here in the default valu...
Hello Everyone, is something wrong with my script : var visa ;var g = new GlideRecord('sn_hr_core_profile');g.addQuery('number=HRP0153690');g.query();if (g.next){visa = g.getDisplayValue('u_employment_status');gs.print("Print Visa value "+ visa);} St...
  var agg = new GlideAggregate('sp_log'); agg.addQuery('page=5c639f611be0591028a38625624bcbf5^sys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()'); agg.groupBy('user'); agg.addAggregate("COUNT"); agg.query(...
Hello All, Can I add more than one HR criteria in following line ? var evalUser = hrCriteria.evaluateById('e8c6e78cdb19d418bfa279398c96194a', gs.getUserID()); Thanks!