You need to sign in to do that
Don't have an account?

how we can move notes and attachments from one account to another account
HI All,
how we can move notes and attachments from one account to another account through code?
Kindly help me on this.
Regards,
Deepak
how we can move notes and attachments from one account to another account through code?
Kindly help me on this.
Regards,
Deepak
You can move Notes and Attachments from One Account to another Account using clone method. The example code will look like below code.
Also, visit below link for clone method.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_sobject.htm
Let me know the outcomes.
Thanks,
Amit Singh
All Answers
You can move Notes and Attachments from One Account to another Account using clone method. The example code will look like below code.
Also, visit below link for clone method.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_sobject.htm
Let me know the outcomes.
Thanks,
Amit Singh