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
Chandra Sekhar CH N VChandra Sekhar CH N V 

Transfer attachments from child to parent object

Are there any ways to move attachment files (under Notes & Attachments related list) from  a chiled object to parent object? like  through eclipse/dataloader API etc...? Any suggestions?

I did go through this post is still in ideas and yet to be implemented (https://success.salesforce.com/ideaview?id=08730000000BrAVAA0)
Carlos Campillo GallegoCarlos Campillo Gallego
Hi Chandra :)

I'm afraid that you would need to code if you want to do that. You'll need to retrieve the Parent object ID and assign it to the attachment instead of the child object ID. 

I think there's no other way to do it.

Kind regards,

Carlos.