Hi Team
I have enabled collection emails from "QER\Attestation\MailTemplateIdents\RequestApproverByCollection". Additionally, I want to add more pending attestation details in the same email, such as the Attestation case, due date, created date, and count.
Is there any OOTB-configured template that I can utilize? If not, how can I add all pending Attestation values in the email template dynamically in the table?
Attestation Policy | Start Date | Due Date |
{$FK(UID_AttestationCase).DisplayName$} | {$FK(UID_AttestationCase).DateHead$} | {$FK(UID_AttestationCase).ToSolveTill$} |
Thanks in advance.