Format BIP Bursting Email content
Hi,
I am facing issue in format of Email body content sent using BIP bursting.
In R12 it was working fine.
In fusion R13 instance, all the spaces and line breaks are getting truncated.
I have tried to add space, line breaks and chr(10) . But still all the spaces are getting truncated.
'Dear '||manager_name||','||'
The attached list of employee(s) are eligible for probation period evaluation.'
'Dear '||manager_name||','|| chr(10) ||'The attached list of employee(s) are eligible for probation period evaluation.'
Email message looks as below.
If i use HTML output format and RTF template i am getting output as formatted in RTF template. But i need to attach separate attachment in same email.