Name

global.TaskOffering

Description

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

Script

var TaskOffering = Class.create();
TaskOffering.prototype = Object.extendsObject(TaskOfferingSNC, {

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

  type: 'TaskOffering'
});

Sys ID

c15ed55c23d323001488dc1756bf6556

Offical Documentation

Official Docs: