Name

sn_cmp.SetProperty

Description

No description available

Script

var SetProperty = Class.create();
SetProperty.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {
  disableNewAzureAlertConfigs : function() {
  	gs.setProperty('sn_cmp.azure.disable_new_alert_configs',true);
  },
  
  //Event to disable new azure alert configs and deprecate azure alert configs
  triggerEvent : function() {
  	gs.eventQueue('sn_cmp.AzureChangesProcessingMigration');
  	return;
  },

  type: 'SetProperty'
});

Sys ID

055c66e4476825107af75d22736d43ea

Offical Documentation

Official Docs: