Name

global.OnCallRotation

Description

On-Call Rotation API. Customization point for On-Call Rotation logic. Example usage var onCallRotation = new OnCallRotation();

Script

var OnCallRotation = Class.create();
OnCallRotation.prototype = Object.extendsObject(OnCallRotationSNC, {
  type: 'OnCallRotation'
});

Sys ID

00de3ea6c0a81701018849faa834ee9c

Offical Documentation

Official Docs: