Display an alert message that Incident is breached when ever we open that breached incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2018 11:31 PM
Display an alert message that Incident is breached when ever we open that breached incident?
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 01:20 AM
Thanks for your reply, just one question can we do this by using display business rule & a client script, as SLA table is there in incident form as related list and there is a variable in it has breached which is by default is false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 02:28 AM
yes you can do this using display business rule and you can store the value in the global g_scratchpad object and in the client scripts on load you can access the g_scratchpad and check if the value is breached if so you can throw an alert else you can do the normal processing as intended .
Thanks,
Siva
Mark this answer as correct if this resolves your issue so that it can be removed from the unanswered category