Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding Internal Notes to Email Body content

Former Member
0 Likes
946

Hi

There is requirement of adding the Internal notes in the Email body content.

PFA the exact format of the email.

Thanks in advance

Hi

There is requirement of adding the Internal notes in the Email body content.

PFA the exact format of the email.

Thanks in advance

3 REPLIES 3
Read only

former_member202818
Active Contributor
0 Likes
903

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'.

Read only

0 Likes
903

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.

Read only

Former Member
0 Likes
903

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