How to clone a record using apex in Salesforce?
clone(Boolean, Boolean, Boolean, Boolean): Creates a copy of the sObject record. Parameters opt_preserve_id Type: Boolean Determines whether the ID of the original object is preserved or cleared in the duplicate. ....