
Hi Folks,
I want to create an Email Activity from a C# console application.
I dont want to send the Email from there. I just want an Email activity appear in the My Activities List of a specific user. The Goal is that the Email Text is predefined via Information from a Setting Entity, but the user could change this Text if he wants to and then send the mail to someone.
I don't think this is very complicated but the Problem is that whatever search Terms i type in Google it only gives me Links on how to create a new custom activity. But I don't want to create a custom one. I just want to create a new Standard Email activity.
Maybe anybody did something similar before and could give me a hint on how to achieve this Goal.
Thanks and greetings from Germany!
*This post is locked for comments
I have the same question (0)You're talking about the smmActivities table, correct?
There are two facets of your solution - having code doing the job (data entity, method to be called by a custom service or so), and calling AX from a local application. What's your particular problem?