Missing button in email message inbound email message - salesforce

Email messages having relation with standard and custom Object, I can see Reply, ReplyAll and Forward button in Inbound and Outbound email messages record. To make these buttons visible what configuration work to be done?

Hi to make this button visible you need to add those button the desired objects page layouts.

Related

Salesforce Send Email UI not displaying

The UI to send emails from Salesforce (including Subject, Body, etc.) is not displaying:
This Activity section is visible on the right of a Contact Record.
On the Related List "Activity History", the button "Email" is showing the same empty UI.
I am logged as a System Admin, I have all the permissions to access the object EmailMessage;
The UI displays as expected when using Saleforce Classic:
Any idea of why the send Email UI is not displaying the normal set of fields (Subject, Body, To, etc.) with Lightning Experience?
Is it in same org, same user? You may have org-wide email ban (Setup -> Deliverability -> No access) or on profile are you sure you have "send email" selected?
Have you viewed same object in classic and lightning? maybe what you viewed in lightning doesn't have "allow activities" ticked in object's definition.
It sounds like it's "just" the email composer rich text area because the send button is there. And couple more (but not all) buttons, interesting.
I'd expect 6 buttons: attach, merge field, template, preview, popup, discard
Any errors in Javascript console when you view this menu in lightning? (depends on browser, Windows users typically F12 or Ctrl+Shift+J, Mac users... command+option+J I think)
The root cause of the issue was that the Layout of the Global Action Email (API Name=SendEmail) did NOT contain any field.
After dragging-dropping the fields into the Global Action Layout, the functionality started working smoothly without the "error on parameter record: ava://sfdc.uisdk.connect.api.output.RecordRepresentation "
This resolves this issue.

Looking for Outlook Office Web Appointment OOTB "Delete" button event handler

As we are able to track OnSend event on send button. Is it possible to track delete event on delete button while deleting the event? Please see the below screenshot for the same.
Screenshot
Currently delete event is not a part of the product.
We track Outlook add-in feature requests on ourĀ user-voice page. Please add your request there. Feature requests on user-voice are considered, when we go through our planning process.

messaging_optins webhook event not working for messenger

I'm trying to get the event when the developer/tester/admin click on the messenger plugin to start the chat.
these are the selected event with my app:
Selected events: messages, messaging_postbacks, messaging_optins
from these 3 events, two are working perfectly. but messaging_optins isn't working.
from the documentation:
https://developers.facebook.com/docs/messenger-platform/reference/webhook-events/messaging_optins
This callback will occur when the send to Messenger plugin has been
tapped, a user has accepted a message request using customer matching,
or a user has opted in to receive messages via the checkbox plugin.
I'm tapping on the start chat button with a different developer account. but every time it fails to send me the webhook for this. but other 2 hooks are working perfectly!
Can you guys please help me with that?

Auto Add Document to DocuSign Salesforce Using Custom Button

I'm using a DocuSign custom button. I have the document Id of the document I want added into docusign, on my object. Is there a way to automatically add the document using that Id?
The use case is, I'd like my user to hit the send via docusign button, and already have the document and the docusign envelop configured. If the document isn't there, they have to search for it.
On the object you are having you dosign functionality,if that object has any attachments then it will take automatically those attachments and move in to the envelope page.I think you need a custom button to add attachment to the related object than that attachment will get added automatucally.After cilcking send with docusign button you will able to see those attachments.

Webform: how to set confirmation message

I'm trying to set a confirmation message on my webform.
I'm using the standard redirect to confirmation page option when a form is submitted.
I clicked every single link in my webform backend and can't find it anywhere. All search results regarding this issue lead to programming a custom module to display a confirmation message in a popup or redirect to a different confirmation page. I don't want to do any of that, just a simple edit of the standard confirmation message.
I've looked through the webform-confirmation.tpl.php file in the module and see that it just prints a $confirmation_message variable. I don't want to edit it there as I want to be able to translate the string in the drupal admin section.
Surely this must be available somewhere?
When you edit the webform there are four tabs at top right side: Display, Edit, Webform and Results (look at screenshot: https://dl.dropboxusercontent.com/u/207644/screenshot-webform.jpg). Click on Webform tab. If you don't see this tab you have problem with user rights maybe.
On Webform tab are 3 subtabs: Form components, E-mails and Form settings. You must click on third - Form settings. Finally there is section "Submission settings" where you can setup confirmation message.

Resources