Project task email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2024 07:42 AM
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.
Any help will be appreciated,
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 01:01 AM
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