This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to get item properties in E-mail message?

meenu - Friday, February 1, 2013 6:56 AM:

Hi,

    I added an E-mail messages to the life cycle state of my Itemtype 'Plan'.  In the Body HTML field I added the following code.


<BODY><font size="+1">
<p>A New 'Plan' has been created and assigned to you for your Analysis. Please login to innovator to complete the work</p>
<p><font size="+0" style="font-variant: small-caps">Plan Id: </font>${Item[@type="Plan"]/plan_id}<br/>
<B>
</BODY>


And in Query String:
  <Item type="Plan" id="${Item/plan_id}" action="get" select="plan_id"/>


where 'plan_id' is the property of my Itemtype, which I want to display in E-mail message.  But it is not getting the 'plan_id' of the item. 


How to get a specified property of the Item in the mail?
Please help me.

Thank You, M.K