Name
sn_hr_mobile.MobileUtahUpgradeCommonTools
Description
No description available
Script
var MobileUtahUpgradeCommonTools = Class.create();
MobileUtahUpgradeCommonTools.prototype = {
initialize: function() {
this.collisionAPI = sn_collision.CollisionAPI;
},
isRecordCustomized: function(updateName) {
return !this.collisionAPI.willBeReplacedOnUpgrade(updateName);
},
getGlideRecord: function(tableName, sysId) {
var gr = new GlideRecord(tableName);
gr.get(sysId);
return gr;
},
type: 'MobileUtahUpgradeCommonTools'
};
Sys ID
ab0d828f53cb111024caddeeff7b1253