Name

sn_hr_sp.hr_getMyApprovals

Description

No description available

Script

function hr_getMyApprovals() {
  var userId = gs.getUserID();
  var utils = new sn_hr_sp.todoPageUtils();
  return utils.getApprovals(userId);
}

Sys ID

8e9b427a0f873300dbc3d2d92f767e79

Offical Documentation

Official Docs: