Name

global.ConditionScheduleAppliesToTables

Description

Returns the tables to select from the Applies to field in the Condition Schedule table. It includes tables extending change_request or cmdb_ci (Configuration Item).

Script

var ConditionScheduleAppliesToTables = Class.create();
ConditionScheduleAppliesToTables.prototype = Object.extendsObject(ConditionScheduleAppliesToTablesSNC, {
  initialize: function() {
  },

  type: 'ConditionScheduleAppliesToTables'
});

Sys ID

f72f8f7e674603006e6eadab9485ef70

Offical Documentation

Official Docs: