Forum Discussion
sgopinath
8 years agoIdeator I
Hi,
I would like to show the Activity Task list in the email body. I am using the below query but it shows only the top level task. How can I get it to show all the tasks for a given activity. The below query does return all the tasks when run from AML studio but only the top one is shown in the email body.
<BODY><font size="+1">
<p>You have been assigned a new change management activity in Aras Innovator (details below). Please log in to Innovator to complete the work.</p>
<font size="+0" style="font-variant: small-caps">Tasks:</font> ${Item[@type="Activity Task"]/description}</p>
</font>
</BODY>
<Item type="Activity Task" action="get" select="description,source_id" levels="0">
<source_id>${Item/ActivityId}</source_id>
</Item>