Skip to main content
Nintex Community Menu Bar
Solved

Chatter Feed on Case does not contain Email action

  • July 9, 2024
  • 22 replies
  • 1877 views
  • Translate

Forum|alt.badge.img+3

I added the Chatter Feed Component to my Skuid page for Cases.  And on my Salesforce page layout, I have the email action in the Quick Actions area so users can easily send emails from the case using their templates right within the case feed.  

Is this a defect or something intentional? if it is not a bug, are there plans to support this in a Skuid page soon? We would love to use a Skuid page for our Case object, but having this Email within the Feed functionality is kind of a deal breaker for us.

Any suggestions for how to handle this are appreciated!

Best answer by Elizebeth

Just stumbled upon this today. I faced the same issue and no matter what I tried I was not able to see the “Email” option. In one of the previous comments it was mentioned that you have to check the App Permissions, in that case also check your System Permissions.

The steps that I followed:

  1. Create a permission set to use case feed
  2. Check the App permissions
  3. Check the System permissions
    a) Enable “Allow Access to Customized Actions”, “Edit Tasks”, “Send Email” under system permissions and click Save.

That’s it! You will now be able to see the Email Action on the case feed.

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

22 replies

Forum|alt.badge.img+2

Hi Rebecca,  

Did you find a solution for this issue?  I am investing this for a project.

Thanks.

Translate

Forum|alt.badge.img+3

Hey Neville! No, I haven’t heard of a solution.  Maybe we can circle back with Rob and see if there have been any enhancements in this area?

Translate

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • 867 replies
  • July 9, 2024

Hi, Rebecca and Neville, I have a hunch that we haven’t included quick actions yet because there is something tricky about them, or they’re not exposed.

However, it sounds like it might not be to hard to replicate this with a page title action in Skuid - you could do a redirect to the Salesforce email page for that lead, but then I suppose that would defeat the purpose of not having to leave the page.  

Something I’ve been doing a lot of lately for our own crm is creating a new task popup where users can enter the Subject & Description of an email and click a “Send in Gmail” button that saves the task and opens Gmail in a new tab, populating the email address, subject, and body (from the description).  But then you don’t get to use your templates… Hmmm…

I’ll check on this and let you know what I find out. In the meantime, let me know if this has triggered any ideas for you.

Translate

Forum|alt.badge.img+3

thanks Anna - the email action embedded within the feed view of a case is a key feature for the Support users.  We wanted to replace all of the record types with a Skuid page using conditional rendering, but it will have to have an email component embedded to be an effective Skuid page. let us know what you find out!

Translate

Forum|alt.badge.img+6
  • Nintex Employee
  • 130 replies
  • July 9, 2024

Hi Rebecca,

Skuid does have support for custom actions in the Skuid Chatter component:

You can even surface a Skuid page within a quick action dropdown:

For this to work, though, the Skuid Chatter component needs to be configured correctly and the page layout must be deployed to your target users. Can you confirm that the Skuid Chatter component has been setup on the correct Model?

Skuid gets a record Id from the Model and passes it along to Salesforce’s Chatter component. It’s up to the Salesforce Chatter component to determine the user’s profile and page layout and then render the appropriate quick actions.

There may be some additional requirements. I’ll do some more research, but getting a baseline for your setup (particularly on the Skuid page) would be helpful for diagnosing why you can’t see the quick action.

Translate

Forum|alt.badge.img+6
  • Nintex Employee
  • 130 replies
  • July 9, 2024

Rebecca,

I’ve got a some additional information, and unfortunately the short answer is that you are correct: the send email function is not supported.

The reason is that Salesforce has an entirely separate component for the Case feed. Currently, Skuid only supports the standard Chatter feed component, which is why the email quick action isn’t appearing for you.

It might be possible to solve this problem with an iframe, but obviously that’s not a Skuid solution as much as a pretty standard HTML solution.

Sorry for the initial misleading answer, but we’ll update this post if and when support for the Case feed is added.

Translate

Forum|alt.badge.img+13

Rebecca, are your users using the Service Cloud Console view, or standard layouts?

Translate

Forum|alt.badge.img+13

The “Send Email” quick action should show up in the Chatter Feed component for a Case record if:

(a) The “Send Email” action has been added to the Page Layout assigned to the Record Type of the Case that you’re viewing in Skuid
(b) The Skuid Chatter Feed component is configured this way:
Feed Type = Feed for Model’s First Row
Model = (Case Model)

Here is an example of the Send Email action in a Skuid Case detail page’s Chatter Feed:

Translate

Forum|alt.badge.img+3

so i haven’t actually checked on this since back in July when i posted it.  the Email Action was selected for the Feed Actions then but didn’t show up when we added Chatter to the Skuid page.  Unfortunately, I don’t work at CareerBuilder anymore so I don’t have access to try it out there!  But maybe Neville can check for us and see if that will work.  But Zach, that is exactly what i was hoping would be supported now. so thank you!!

Translate

Forum|alt.badge.img+2

First, thanks for the responses, I feel that we are getting closer to a resolution.  

I verified that we using the Service Cloud Console view.  Let me know if I need to provide more details.

Thanks again to everyone.

Translate

Forum|alt.badge.img+2

I got the solution!  First requirement is to build a custom action on the case object through the “Buttons, Links, and Actions” option with the action type of “Send Email”.    From there, just add the custom action to the layout.  That’s it!

Translate

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • 867 replies
  • July 9, 2024

Thanks for following up with the solution, Neville!

Translate

Forum|alt.badge.img+13

For other’s benefit, there is a difference between the Quick Action type of “Send Email”, which is available to add to the layouts of any object type, and a special Case-Feed specific “Email” action which has a more robust email editor which, among other options, lets you select an Email Template to use as the base for your email. This Action type appears to be limited to Feed-based Page Layouts, which are only available on the Case object. In certain circumstances this Quick Action is available to add to the Quick Actions publisher for a Case Page Layout, but if it’s not, the workaround is to use a Custom Visualforce Quick Action, which shows a Visualforce Page that contains the component, which replicates the functionality of the “Email” Quick Action which may not be available (and which is, confusingly, different from the “Send Email” Quick Action type which you can use to add your own “Send Email” actions).

Here is an example of what the Visualforce Page would look like to allow you to create a Custom Visualforce Quick Action:

NOTE: This will only work for the Case object. To get it to work with other objects, you’ll need to adjust the Visualforce Page code above.

This will produce something like the following:


Translate

Forum|alt.badge.img

I too am unable to see the Email Quick Action on the Chatter Feed of a Case in SFDC.  My head is flat from hitting the wall. This is not a question related to Skuid, but I am trying to satisfy a business need to send a “Welcome” email to new clients of our tool, preferably as a Publisher Action.  Was Rebecca’s initial question the result of a bug in SFDC?  Thanks in advance.

Translate

Forum|alt.badge.img+13

Are you looking at this Case in the Service Cloud Console, or in standard layout view?

Translate

Forum|alt.badge.img

Standard Layout view, Zach.

Translate

Forum|alt.badge.img+13

Rob, just to confirm, did you create a new “Send Email” Quick Action on the Case object, and then drag this Quick Action into the object-specific Publisher Actions area in your Case Page Layouts?

Translate

Forum|alt.badge.img

Zach:  (a) my attempt to create a new Send Email action was met with this err - “Error: MISSING LABEL PropertyFile - val SendEmailDisabled not found in section QuickActionDefinitionMessages”.  So consequently, I (b) dragged the standard Send Email Quick Action, onto the Publisher section of the Case Layout.  I see it clearly on the layout editor, but not when I save the layout.

Translate

Forum|alt.badge.img+13

Yikes, that’s an ugly error message - you might want to contact Salesforce Support with the content of that error message. Do you see the Send Email action on standard Case layout view? 
I saw this about having to have Lightning Experience enabled in order to use Send Email, but I’m not sure if that’s really true: http://resources.docs.salesforce.com/200/7/en-us/sfdc/pdf/actions_impl_guide.pdf

Translate

Forum|alt.badge.img

Just came across this today. We found that we needed 2 things for the Send Email button to show:
Email to case needs to be enabled
“Enable Case Feed Actions and Feed Items” need to be selected in the support settings (set up> Customize> Cases> Support Settings).
Hope it helps

Translate

Forum|alt.badge.img
  • 1 reply
  • Answer
  • July 9, 2024

Just stumbled upon this today. I faced the same issue and no matter what I tried I was not able to see the “Email” option. In one of the previous comments it was mentioned that you have to check the App Permissions, in that case also check your System Permissions.

The steps that I followed:

  1. Create a permission set to use case feed
  2. Check the App permissions
  3. Check the System permissions
    a) Enable “Allow Access to Customized Actions”, “Edit Tasks”, “Send Email” under system permissions and click Save.

That’s it! You will now be able to see the Email Action on the case feed.

Translate

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • 867 replies
  • July 9, 2024

This topic was automatically closed after 10 days. New replies are no longer allowed.

Translate

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings