How can we enforce mandatory fields on certification elements in data certification?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2020 11:58 PM
Is there anyway we can enforce mandatory fields or restrict certifying empty certification elements during data certification from certification task.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 08:57 AM
Thank you for your reply sachin.
The only check fields in cert task are the state and percentage complete fields. But there are chances that the user certifies only 1 row at a time, in that case the state might not change(available pending records to be certified). Also if he certifies all empty elements then there might not be any change in percentage completion too.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 09:02 AM
You will have to then configure a flag on cert_task table which gets updated with business rule.
This business rule on cert_element table should update flag on cert_task table for any empty elements and then you can always give error message to user with BR on cert_task table if flag is updated.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2021 05:50 AM
I have the same requirement, did BR work for you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2022 02:50 PM
Any solution for this.