Name
sn_employee.ep_Utils
Description
Util class for Employee Profile
Script
var ep_Utils = Class.create();
ep_Utils.prototype = Object.extendsObject(ep_UtilsSNC, {
initialize: function() {
ep_UtilsSNC.prototype.initialize.apply(this, arguments);
},
type: 'ep_Utils'
});
Sys ID
a16ea726779230108f64b2487b5a99a6