cancel
Showing results for 
Search instead for 
Did you mean: 

multi line items in mail

Former Member
0 Kudos

Hi All,

In my scenario sales order created in R3 side and send mail from XI side.

Every thing is working fine. But the issue is in case multi line items in the sales order, the mail showing only one line item.

Please help me on this scenario, and send me some documents for go through and try.

Thanks.

Senthil kumar V.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

in Field Mapping use Removecontext function so that it can read all the multi line fields

Keep this remove context for each field

eg: sender field1remove context-receiver field

dharamveer_gaur2
Active Contributor
0 Kudos

1 We can send an e-mail with multi-line content using E-Mail Adapter.

2. We can set Dynamic Data as the e-mail content.

3. The Dynamic Content has to be formatted either in Mapping or in Module and then sent to E-mail Adapter. E-Mail Adapter cannot do the formatting.

4. Content can be of any number of lines.

5. The consolidation should be done in Mapping or in a Module program and the consolidated data should be given to the adapter.

6. Yes Content can also be set in HTML format

Edited by: Dharamveer Gaur on Sep 18, 2008 7:15 AM

Former Member
0 Kudos

Hi,

Refer the below blog to create a UDF which sends multi line items in mail

Regards,

Yuga