I wanted to display a alert message on the control definition form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello Techies,
I need some help, I wanted to display an alert message based on some conditions in given below.
As a owner/owner delegate,
I want an alert message to visible on all associated control definitions mapped to control objective and if those CD's are undergoing major change, minor changes, retired or proposed for retirement, any open recertification task and new control definition.
So that mapped control definitions can be certified and owner will be informed with the relevant updates performed on control objective.
"Message: The associated Parent Control Objective is currently undergoing a major change. Please review the Control Objective once the changes have been approved and take the appropriate action as required."
"Message: The associated Parent Control Objective has been retired. Please review the impact and take the appropriate action as required."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
ahoy @MuppuriNagaraju,
you said you wanted to display that message, how did that end up? Share what you tried.
If you haven't started and want some suggestions, you can try to write an onLoad client script with:
g_form.addInfoMessage('Your blue message');
g_form.addErrorMessage('Your red message');
...
I would discourage you from using alert(); it's annoying for having the need to manually dismiss it
✂-----Cutting-out-the---✦AI-noise✦---All-replies-written-and-vouched-for-by-GlideFather---
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @MuppuriNagaraju ,
This seems to be an IRM/GRC scenario where you want a contextual alert banner on Control Definition.
I would suggest write a Client Script (onLoad) on Control Definition table and use GlideAjax to query on different tables.
Let me know if this is right scenario and you need help with script samples.
Thanks,
Vishal