RunRule task to reassign Certifications

Hi @vinnysail,
Thanks for the suggestion. I was able to fix it by emplying a Certificationer object :

Certificationer certificationer = new Certificationer(context);

And refreshing the certification:

certificationer.refresh(cert);
1 Like