Document attribute in a message
Earlier i had a message whose body was in HTML ie
&XX_HR_REVIEW_DOC_ATTR
<br>
<tr>
<bold>&XX_NOTIFICATION_BODY</bold>
</tr>
XX_HR_REVIEW_DOC_ATTR is a document attribute.
XX_NOTIFICATION_BODY is a text attribute.
The message was displaying fine.
But when i modified the body ie
<tr>
<bold>&XX_NOTIFICATION_HEADER</bold>
</tr>
<br>
&XX_HR_REVIEW_DOC_ATTR
<br>
<tr>
<bold>&XX_NOTIFICATION_BODY</bold>
</tr>
XX_NOTIFICATION_HEADER is a text attribute. The text in XX_NOTIFICATION_HEADER did not get displayed.
Again i modified the code ie
&XX_HR_REVIEW_DOC_ATTR