function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NarcissuNarcissu 

Add Email button to Solution page

Hi All,

 

I want to add a email button to solution page and it will works as below. Could anyone please give me some ideas how to accomplish it? Thanks a lot!

 

1. By clicking on the email button, a popup window will show up.

 

2. In the window, there are 4 fields.

 

(1) Email to

(2) Subject

(3) Text

(4) Attachment

 

3. I want to link the Solution subject automatically to the Subject line. Link the Solution Details automatically to the Text. Link the Solution attachment to the Attachment. All these fileds are modifiable on the popup window.

 

4. There are two buttons, Send and Cacnel. By giving Email address and clicking on Send, the email will be sent to the target.

 

Thanks again.

JitendraJitendra
You need to create a custom button on Solution of type Javascript which will open custom Visualforce in Popup window.

You need to create a Visualforce and Controller to accomplish this.

There is no Out of the Box functionality available.