Find your content:

Search form

You are here

Can I Modify the Attach File Button on a Case?

 
Share

I want to add some custom logic to the upload attachment feature when attaching items to cases. Is it possible to customize this form, or is it possible to customize the button that is display in the attachments section of the Case form?


Attribution to: Chris K

Possible Suggestion/Solution #1

Unfortunately salesforce does not provide an option to configure attachments section. The only way I can think is to create a inline VF page on the Case detail section and show attachments related to the case and add your own custom buttons with custom logic.


Attribution to: Rao

Possible Suggestion/Solution #2

You can also override the entire Case View page and add a custom VF component that manages a Notes and Attachments 'related list' with your own custom logic.

one caveat -- if you are using Google Docs in addition to Notes and Attachments, you will not be able to use your replacement VF page to upload new Google Docs and associate to the Case; you will be able to associate existing Google Docs to the Case. See New Google Doc fails when used in VF page (known issue)


Attribution to: cropredy
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/31542

My Block Status

My Block Content