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
Ravi_SFDCRavi_SFDC 

I want to create custom clone button for the standard control "Account".

I want to create custom clone button for the standard control "Account", but when i click on the "Custom Clone Button" it should clone the needed values of the Account record as well as the Children Record too. Your help is really appriciated. This should be done in a Visual Force Page.

 

 

SoulsSouls

Check out this blog post by Christopher Alun Lewis on how to clone a record and all of its child records. I use his code and it works well!
http://christopheralunlewis.blogspot.se/2012/04/clone-plus-clone-salesforce-objects.html

Cheers /Mats