NetIQ IDM - Want to use HTML tags to format the strings in E-mail templates for the dynamic contents?
Got my eye on the new tag <use-html></use-html>
<do-set-local-variable name="local.sub.etp.Info" scope="policy"> <arg-string> <token-local-variable name="local.sub.etp.Info" /> <token-text xml:space="preserve"><li></token-text> <token-local-variable name="local.sub.etp.AccountID" /> <token-text xml:space="preserve"> : </token-text> <token-local-variable name="local.sub.etp.AccountStatus" /> <token-text xml:space="preserve"></li></token-text> </arg-string> </do-set-local-variable>
<do-send-email-from-template notification-dn="Security\Default Notification Collection" template-dn="Security\Default Notification Collection\MySpookyTemplate"> <arg-string name="to"> <token-text xml:space="preserve">EmailAddress</token-text> </arg-string> <arg-string name="token-accountinfo"> <token-text><use-html>$local.sub.etp.Info$</use-html></token-text> </arg-string> <arg-string name="token-driver"> <token-parse-dn length="1" start="-1"> <token-global-variable name="dirxml.auto.driverdn" /> </token-parse-dn> <token-xpath expression="@source" /> </arg-string> </do-send-email-from-template>
Comments