How to clone a record using Apex in Salesforce?
In this article we will learn how to clone a record using apex in Salesforce. In order to clone a record in Salesforce using apex we have to make use of clone() method of sObject class which allows developers to create a copy of an sObject. The clone() methods gives control to developer whether to … Read more