Name

global.SLAContractUtil

Description

Reusable helper classes for use within the SLA application to obtain contracts-related information This script include extends SLAContractUtilSNC which contains the default implementation. Additional functions can be added in this class as well as overriding the default implementation.

Script

var SLAContractUtil = Class.create();

SLAContractUtil.prototype = Object.extendsObject(SLAContractUtilSNC, {
  
  type: 'SLAContractUtil'
});

Sys ID

a108f16b67c332006e6eadab9485effb

Offical Documentation

Official Docs: