2014 Oct 13 6:45 AM
Hi
There is requirement of adding the Internal notes in the Email body content.
PFA the exact format of the email.
Thanks in advance
2014 Oct 13 7:18 AM
Hi Pratham,
What you mean by Internal notes?
Refer the example for mailing ..BCS_EXAMPLE_1
There you can see this line.
APPEND 'Hello world!' TO text.
internal table 'text' having the body content.
append what ever the text want to internal table 'text'.
2014 Oct 13 7:24 AM
Hi Sreekanth,
I want to have the editable field in email body.
Example which you showed is not the requirement we need.
Please refer to the attachment where we have editable field in that.
2014 Oct 13 6:48 PM
Hi pratham kapoor,
You can add the Scroll Box in Email Body by using the HTML format.
Code :
<div style="width:600px;height:100px;line-height:3em;overflow:scroll;padding:5px;background-color:#FCFADD;color:#714D03;scrollbar-base-color:#DEBB07;">
This 'div' element uses 'overflow:scroll' to create scrollbars whenever the contents of the 'div' become too large.
</div>
Above code you have to put it into a Email message body and mail format should be 'HTM'.
I hope this helps you
Regards,
Ravikiran.K
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |