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
Aaron2010Aaron2010 

Uploading Attachments to Records

Hello all,

                 Is there any easier way to upload one attachment to multiple records at a time.

Here is how my requirement goes... In our organization users want to add a attachment to a group of accounts (the group may vary depending on their criteria). Is it possible for them to select an attachment and add it to the notes and attachments section of all the accounts.

Any help would be appreciated.

 

Thanks in advance.

Pradeep_NavatarPradeep_Navatar

It is not possible through standard salesforce functionality. You need to develop a custom visualforce page where you can specify the accounts where the document needs to be attached.

ram_iyerram_iyer

You may want to explore the use of Salesforce Content that allows you to attach the same content to several records.

 

 - Ram