How to list the attestation in the email body

Sagar S
Tera Contributor

HI,

 

I need to give the list of attestation which user needs to take action in the notification email body. I am going to send the consolidated email , user will receive only one notification if he has for example 10 attestation to take. So in the email which user has received,  he needs to have the list of attestation which he needs to take. Please let me know how to achieve this.

 

Regards,

Sagar 

3 REPLIES 3

CezaryBasta
Tera Guru

Use the mail script and insert it in your notification.

--
See more of my content here.

Hi @CezaryBasta ,

 

Thank you for your reply. It would be helpful if you can give sample of the code which needs to used in email script.

 

Regards,

Sagar

I don't have anything at hand. Just query the asmt_assessemnt_instance table for the ones in state ready to take and assigned to the user, it should be fine.

--
See more of my content here.