Name

sn_hr_mobile.hr_mobile_Delegation

Description

No description available

Script

var hr_mobile_Delegation = Class.create();
hr_mobile_Delegation.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {
  
  getDelegatedTasks: function () {
  	return new sn_hr_core.hr_Delegation().getDelegatedTasks();
  },
  
  getDelegatedApprovals: function () {
  	return new sn_hr_core.hr_Delegation().getDelegatedApprovals();
  },

  isAssignedOrDelegated: function (taskGr) {
  	return new sn_hr_core.hr_Delegation().isAssignedOrDelegated(taskGr);
  },

  isDelegated: function (taskGr) {
  	return new sn_hr_core.hr_Delegation().isDelegated(taskGr);
  },

  type: 'hr_mobile_Delegation'
});

Sys ID

2d2a7c4f735310100097e1e54cf6a7a8

Offical Documentation

Official Docs: