Features


Override Alerts

If the Item is '-ALL-' or blank, it will apply to all items in the specified feature, essentiall same effect as disabling a feature.

Add Override Event Alert

  1. Execute sp_GenOverrideEventAlert
  2. Copy 'Add Code 'rows(s) from the 1st result set
  3. Edit code (if needed)
  4. Execute Code

Delete Override Event Alert

  1. Execute sp_GenOverrideEventAlert
  2. Copy 'Delete Code' rows(s) from the 2nd result set
  3. Execute Code

Add Override Health Alert

  1. Execute sp_GenOverrideHealthAlert
  2. Copy 'Add Code' rows(s) from the 1st result set
  3. Edit code (if needed)
  4. Execute Code

Delete Override Health Alert

  1. Execute sp_GenOverrideHealthAlert
  2. Copy 'Delete Code' rows(s) from the 2nd result set
  3. Execute Code

Disable a Feature

  1. Execute sp_ShowFeatureStatus
  2. Copy 'Update Code' rows(s) from the result set
  3. Edit the [Active] parameter to 0
  4. Execute the code

Enable a Feature

  1. Execute sp_ShowFeatureStatus
  2. Copy 'Update Code' rows(s) from the result set
  3. Edit the [Active] parameter to 1
  4. Execute the code

 


Page Last Updated: 12 July 2025