Name

global.OnCallGapsConflictsReport

Description

Customer extensible Class of OnCallGapsConflictsReportSNC . Customers can override the public methods of OnCallGapsConflictsReportSNC for their own business needs.

Script

var OnCallGapsConflictsReport = Class.create();
OnCallGapsConflictsReport.prototype = Object.extendsObject(OnCallGapsConflictsReportSNC, {

  initialize: function() {
  	OnCallGapsConflictsReportSNC.prototype.initialize.call(this);
  },

  /***************************
   *
   *Add customer changes below
   *
   ****************************/


  type: 'OnCallGapsConflictsReport'
});

Sys ID

62b94843538123004247ddeeff7b12be

Offical Documentation

Official Docs: