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

Community Alums
Not applicable

Is there anyway we can enforce mandatory fields or restrict certifying empty certification elements during data certification from certification task.

find_real_file.png

8 REPLIES 8

Community Alums
Not applicable

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.

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

abibalu
Tera Contributor

I have the same requirement, did BR work for you?

Vasavi1
Tera Contributor

Any solution for this.