List Roles revoked from Certification in Email Template

adriencosson
Regular Contributor III
Regular Contributor III

Hello folks !

I would need some help over the following topic, and understand if the use case is achievable :

  • Context : Creating a User Manager certification campaign to certify Enterprise Roles, Emergency Roles and Application Role
  • Use Case : When campaign is over and some roles are revoked, we want to notify the user that roles have been revoked
  • Configurations : In Certification campaign, we can insert "Revoke Task Email Template" but the available variables listed in the attached file do not contain roles, but entitlements (which are not relevant to end users).

Question : Can we get from the list of roles (not entitlements) revoked from certification to be sent to end user ?

Regards,
Adrien COSSON
2 REPLIES 2

dgandhi
All-Star
All-Star

I don't think that is exposed also the task are created for the entitlements.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

adriencosson
Regular Contributor III
Regular Contributor III

Hi @dgandhi,

After investigating, as task object is available, the below variable can be used to retrieve the role : 

${tasks?.assignedFromRole}

 

Regards,
Adrien COSSON