- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 03:15 PM
Hi All,
I'm working on an email template associated with the demand task table and trying to map fields into the template. One of the fields required is the Demand Manager field from the related parent demand record but I'm having a problem dot walking to the Demand table through the selected variables field list. Is this possible? If yes, I'd appreciate advise on how.
Best regards,
aok.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 11:56 PM
Use the below email body to get the Demand Manager field
Demand Manager: ${parent.demand_manager}
If this solution helps you then, mark it as accepted solution ✔️ and give thumbs up 👍!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 11:56 PM
Use the below email body to get the Demand Manager field
Demand Manager: ${parent.demand_manager}
If this solution helps you then, mark it as accepted solution ✔️ and give thumbs up 👍!