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

SO_NEW_DOCUMENT_ATT_SEND_API1 missing column

Former Member
0 Likes
372

I am using function, SO_NEW_DOCUMENT_ATT_SEND_API1, to send email with a .xls attachment. When I use different layouts, AND the first field(data column) begins with a letter, it does not appear in the email attachment(It DOES appear in the list report) The headings and all other columns are fine.

When that first field begins with a number, all is well. Have you encountered anything like this before?

Thanks for any help you can provide.

Carol

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
337

Hi Carol,

I too faced the same problem in one of our programs, I added the hexadecimal codes OD and OA while writing a each row into the table for email attachment. It worked for me.

Rajeev

1 REPLY 1
Read only

Former Member
0 Likes
338

Hi Carol,

I too faced the same problem in one of our programs, I added the hexadecimal codes OD and OA while writing a each row into the table for email attachment. It worked for me.

Rajeev