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

How to Create Custom Button for Copying data from Custom Object to Standard Object?
Hi All,
I have a Requirement to Create a Custom Button on record detail page for Copying data from Custom Object with some Record Type to create a record on a Standard Object with Record Type and Map their fields?
You ca easily do this via Ajax Toolkit.
Try this blog post:
http://www.blacktabgroup.com/keeping-tabs/posts/2013/january/forcecom-development-create-a-record-from-a-custom-button.aspx
Regards,
Sankalp
ForceSecrets Blog
Yes you can do that using custom button.
Go to New Button or Link -
Content Source - Visualforce Page
Then write your logic of assigning the current custom object records to the respective fields of standard object along with recordtype in the Controller of the page.
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks