To create an alert in AIV, follow these steps:
- Open Dashboard: Log in to your AIV account and navigate to the desired dashboard.
- Add a Custom Visualization Widget: Select the Custom Visualization Widget from the left menu.
- Access the HTML Tab: Click on the HTML tab in the widget to open the code editor.
- Write the Alert Code: Use the following JavaScript code:
htmlCopy code
<script> function showAlert() { alert("This is your alert message!"); } </script>
- Create a Trigger Button: Below the script, add:
htmlCopy code
<button onclick="showAlert()">Show Alert</button>
- Save and Preview: Click Save, exit configuration, and navigate to the preview screen.
- Interact with the Button: Click the button on the dashboard to display the alert.
For more information on creating alerts in AIV, you can visit the AIV Alerts Documentation.
If you need further assistance, feel free to contact us at support@aivhub.com.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article