Network Management
Enable the Add Notes feature when acknowledging Alerts
How to change the user preference setting when a user clicks box to stop alert notes dialog from appearing when acknowledging alerts. Unable to Add Notes when acknowledging Alerts 'ShowAcknowledgeAlertDialog'
First published date
Last published date
Overview
When a user has been given rights to acknowledge an alert, they will also, by default, be able to add a note when acknowledging the alerts. There is a checkbox at the bottom that explains that this feature can be re-enabled under Alert details.
Alternatively, the Administrator can make the Database change across all users.
Product section
Resolution
- In the All Active Alerts grid, go to the More menu and deselect Don't Prompt for alert notes.
- Open the Database Manager and execute the following query:
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT TOP 1000 * FROM [dbo].[WebUserSettings] WHERE Settingname = 'ShowAcknowledgeAlertDialog'
- Enable Table Editing and change any of the AccountID SettingValue to True if you want them to add notes when they acknowledge alerts.