- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 04:36 AM
Hi,
I have to make 'justification' mandatory if the 'planned_start_time' is less than 3 hours from the change is requested. I've tried with business rule, it didn't work. What is the best way to achieve this.
Thanks
Riya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 04:40 AM
Hi Riyak
UI policy seems the best manner.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 04:57 AM
Hi Riya,
You can do this with UI Policy. and give the Condition in When to Apply section. actual time is less than 3Hours of Requested Time.
Then give the UI Policy Action for Jusitification Mandatory is True.
This may help you. Let me in case of any clarifications.
Regards,
Supriya S.
Kindly Hit Helpful, Reply,Mark as Correct Answer if you found useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 05:11 AM
Re,
If you want enforce the solution for ui forms AND list editing, you have to work with a data policy.It's quite similar with Ui policy but it's fired when you try to save the record (server side vs client side with ui policy).
Regards
PY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 07:09 AM
Supriya, lagravere,
I've tried UI policy and also Data Policy but none of them worked 😞
Am i missing something?