- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 11:29 AM
If Incident state is marked as on hold and on hold reason as "Awaiting problem" and if user save the form without associate a problem record, then send an alert message to the user.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:12 PM
You should be able to accomplish the ask with a Business Rule. You'll want to check advanced, make it a before BR. Set your conditions and on the actions tab select abort and add message. See below screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 08:57 PM
Hi @jayaprakash1998,
You can achieve this through UI Policy, write a UI policy like below on Incident table.
And you can write the alert in the Execute if true like below.
And when ever you try to change the state to on-hold and the on-hold reason is Awaiting problem, It will show the alert on the Incident like below.
If you want the problem field also to be mandatory, you can write UI policy action under this making the problem field mandatory to true.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:58 PM
Why not make the Problem record reference field mandatory based on the state using the Client Script or UI Data Policy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:12 PM
You should be able to accomplish the ask with a Business Rule. You'll want to check advanced, make it a before BR. Set your conditions and on the actions tab select abort and add message. See below screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 08:57 PM
Hi @jayaprakash1998,
You can achieve this through UI Policy, write a UI policy like below on Incident table.
And you can write the alert in the Execute if true like below.
And when ever you try to change the state to on-hold and the on-hold reason is Awaiting problem, It will show the alert on the Incident like below.
If you want the problem field also to be mandatory, you can write UI policy action under this making the problem field mandatory to true.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.