Forum Discussion
Breton,
Good day. This is how I have my EMail Message notifications set up. It provides a link to the task for a change. I have these assigned to the Activity Template > Notifications on the Workflow. I set the event to On Activate and Target All Assigned. I designed the e-mail to be generic so I could assign them to any of the Activities without having to change the notification.
| Subject |
|
ARAS - ${Item[2]/sm_weapon_system_name} - ${Item[3]/label}: ${Item[@type="Activity"]/name} - ${Item[2]/item_number} - ${Item[2]/title} |
| Body HTML |
|
<body><font-size=”+1”> <p><b>${Item[3]/label}: <a href=eide-aras.myngc.com/.../default.aspx
<p><b>Activity: </b>${Item[@type="Activity"]/name}<br/> <p><a href="">eide-aras.myngc.com/.../default.aspx InBasket Link</b></a></p> <br> <br> |
| Query String |
| <Item type="Activity" id="${Item/ActivityId}" action="get" select="name,message"/> <Item type="${Item/@type}" id="${Item/@id}" action="get" select="item_number,title,due_date,drafter,classification,sm_weapon_system_name,description"/> <Item type="ItemType" id="${Item/@typeId}" action="get" select="label,name"/> |
Hello, Thanks a lot.
I will test it..when I will have some time.
But this is a good proposal !
FB