Should the "Send Email" Salesforce Data Source Action also log an activity?
I'm using the "Send Email" data source action in Salesforce. When this is run, is it also supposed to automatically log an email activity like Salesforce's standard "Log an Email" functionality? Is there a setting I'm missing to enable this functionality?
I swear when I tested the feature a few months ago it logged an activity - now it is not. I can always create the task in the action sequence, but was wondering if this is supposed to be standard functionality as designed.
Thanks,
- Andrew
I swear when I tested the feature a few months ago it logged an activity - now it is not. I can always create the task in the action sequence, but was wondering if this is supposed to be standard functionality as designed.
Thanks,
- Andrew
Tagged:
2
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Could you share some more details about how you have this set up, as well as details about your Skuid version? I'd like to test and try to replicate the behavior you are seeing.
Thanks
I'm on Skuid Platform. I just created a sample page so you can see the set up (swap out the data source). It is extremely basic:
"Send Email" --- actually delivers an email to an email address
"Log an Email" --- creates a Task record in Salesforce that records that an email was sent.
That being said, there are numerous ways you could accomplish what you're looking for. For one, you could use a Model to create a new Task record and then save it. That would give you total control of the generated Task record. Or, if you're using "BCC to Salesforce", you could add your BCC-to-Salesforce address to the Send Email action's BCC Addresses.
I'll plan on using a model to create the Task record. To your point, that gives me total control over the task, which is ideal in this scenario.
Andrew
The standard "Send an Email" button will in fact create an activity record along with sending the email.
You tested that in Skuid Platform and it worked? It's not creating a task for me. Maybe there is a separate setting in Salesforce that needs to be turned on/off?
Andrew
https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_obj_email_simpl...
The "Log an Email" button in Salesforce does not actually send an email, it creates a Task that describes a previously-sent email.