Name

global.BaseRecalculationConstraints

Description

No description available

Script

var BaseRecalculationConstraints = Class.create();
BaseRecalculationConstraints.prototype = {
  initialize: function() {
  },

  getConstraints: function(topTaskRecord) {
      //gs.info('Into BaseRecalculationConstraints');
      var recalculationConstraint = new SNC.RecalculationConstraint();
      return recalculationConstraint;
  },

  type: 'BaseRecalculationConstraints'
};

Sys ID

4938ab319f301200598a5bb0657fcf71

Offical Documentation

Official Docs: