How to get entitlement displayname in email notification

saurabhpad
New Contributor II
New Contributor II

Hi,

is there any binding variable available for entitlement displayname in email template

2 REPLIES 2

armaanzahir
Regular Contributor III
Regular Contributor III

@saurabhpad 

Which email template are you referring to? request workflow related templates?

Can you check using ${task?.entitlement_valueKey?.displayname} 

 

Regards,
Md Armaan Zahir

pmahalle
Valued Contributor II
Valued Contributor II

Hi @saurabhpad 

Workflow based Email Template: ${entitlement_values?.displayname}

Task Completion Email Template(Endpoint): ${task.entitlement_valueKey.displayname}


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.