Thank you for your reply! I should have been more specific about what I was doing. I don't want to store the data anywhere. I'm building an HTML formatted string that I'll use to send a notification message using the SMTP code unit. The string will get fairly large about 2000 characters. I'm using several data item events in a report to build the string. At the end of the report I'd like to send the email and include the string as the body of the email. Sounds simple enough but I'm feeling a little restriced in my data type choices and I'm very new to the environment. Any ideas? Is there another way to do email, maybe with templates? Also I'm limited by my license I don't have the developer granule.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thank you for your reply! I should have been more specific about what I was doing. I don't want to store the data anywhere. I'm building an HTML formatted string that I'll use to send a notification message using the SMTP code unit. The string will get fairly large about 2000 characters. I'm using several data item events in a report to build the string. At the end of the report I'd like to send the email and include the string as the body of the email. Sounds simple enough but I'm feeling a little restriced in my data type choices and I'm very new to the environment. Any ideas? Is there another way to do email, maybe with templates? Also I'm limited by my license I don't have the developer granule.
Thanks!!
Dan
You can use an array of strings if that makes it easier.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n