03-06-2012 02:16 AM
Is there a way to send an e-mail out of the web client and assign an attachment to the e-mail by code?
Something like Application.BasicFunctions.QueMessage in the LAN-World?
Or is it possible to call the mail merge procedure and assign dynamic attachments to the mail merge template?
03-11-2012 11:13 AM
The WebClient works a bit differently and it depends on how you want to handle email.
Are you looking to send the email from the Clients default email client so it can then be edited? If so we do have some code you can use, but you'd need to add some attachment support.
Sage.Utility.writeEmail which can be found in utility.js
Another Option is to write some code on the server if you have access to an SMTP server from the Web Server. .NET supports this through System.Web.Mail. The following is a good article on tha scenario
http://www.4guysfromrolla.com/articles/080206-1.aspx
John Perona
Director, Infor CRM DevelopmentInfor CRM
05-09-2012 05:53 AM
We are using an Outlook ActiveX object now.