Name
global.TimeConstraintBehaviorOnPSDChange
Description
Implements extension point global.enginePreferencehandlers
Script
var TimeConstraintBehaviorOnPSDChange = Class.create();
TimeConstraintBehaviorOnPSDChange.prototype = {
initialize: function() {
},
process: function(sysClassName, entityId) {
var pref ={};
pref.timeconstraint_changesto_starton = false;
return pref;
},
type: 'TimeConstraintBehaviorOnPSDChange'
};
Sys ID
d604195e73230010589a09496bf6a7a4