Project task email notification

Sonali01
Tera Contributor

Need help Display project number and project name on email notification when project task status changes to closed completed.

The project number and project name fields are in (PM_Project table) which is extend of task table
Email notification using PM_Project_task table (its extension of Planned task 

I tried all variables from the select variable field but no., as it still picks Project task numbers.

Sonali01_0-1718894472294.png

 

Any help will be appreciated,
Thanks



1 REPLY 1

vishakhayadav24
Tera Guru

Hi @Sonali01  

 on pm_project_task table we do see three fields one if Project(project) containing the name of project which is display value use can simply use ${project} and ${parent.number}  or ${parent}  or ${top_task} may be not available on the form but these are  OOB dictionaries on project task table.

 

Thank you!!

Vishakha Y