Name

sn_hr_core.hr_VANotificationTaskUtil

Description

OOB client callable script include to send notification to assigned_to when a HR task is assigned.

Script

function hr_VANotificationTaskUtil() {
  var hrTasks = [];
  var hr_VANotificationUtil = new sn_hr_core.hr_VANotificationUtil();
  
  hrTasks = hr_VANotificationUtil.getHRTasksForNotification();
  return hrTasks;
}

Sys ID

869540eedb8bc050505bc7a605961980

Offical Documentation

Official Docs: