How to clone a record using Apex in Salesforce?

How to clone record using Apex Clone method 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

How to Create Content Note Using Apex in Salesforce?

How to Create Notes in Salesforce Using Apex

In this article we will learn how to insert a content note in Salesforce using Apex. We will also learn how to relate the Note with a Salesforce record. In order to create Content Note we will make use of ContentNote object and we will use ContentDocumentLink to relate the note with a Salesforce record. … Read more

How to create Attachment in Salesforce using Apex?

Creating an Attachment using Apex in Salesforce

In this article we will learn how to create Attachment in Salesforce using apex and link it to a record. If you love to learn by watching video content then scroll down to the youtube video. Introduction In order to create attachment in Salesforce using Apex we have to use the Attachment object. Attachments are … Read more

Understanding the Salesforce Sales Process

Salesforce Sales Process and Key Objects Explained

Salesforce is a the world most trusted Customer Relationship Management (CRM) Platform. It streamlines sales processes for businesses. In order to develop solutions for your customers you have to understand the Salesforce sales process and the various objects which are involved like lead, account and contact. In this article we will understand the salesforce sales … Read more