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
- Execute sp_GenOverrideEventAlert
- Copy 'Add Code 'rows(s) from the 1st result set
- Edit code (if needed)
- Execute Code
Delete Override Event Alert
- Execute sp_GenOverrideEventAlert
- Copy 'Delete Code' rows(s) from the 2nd result set
- Execute Code
Add Override Health Alert
- Execute sp_GenOverrideHealthAlert
- Copy 'Add Code' rows(s) from the 1st result set
- Edit code (if needed)
- Execute Code
Delete Override Health Alert
- Execute sp_GenOverrideHealthAlert
- Copy 'Delete Code' rows(s) from the 2nd result set
- Execute Code
Disable a Feature
- Execute sp_ShowFeatureStatus
- Copy 'Update Code' rows(s) from the result set
- Edit the [Active] parameter to 0
- Execute the code
Enable a Feature
- Execute sp_ShowFeatureStatus
- Copy 'Update Code' rows(s) from the result set
- Edit the [Active] parameter to 1
- Execute the code
Page Last Updated: 12 July 2025
