Tag Archives: Salesforce Data Management

Creating SObject Dynamically by Using Id

While working on one of our projects, we faced a challenge where we were supposed to create the object, already existing in the database, dynamically from just an “Id”. We had no information other than the Id field of the record. We can use the functions of SObjectType class to create the instance of a… Read More »

Duplicate Data Management in Salesforce

We all are aware of the need of clean and accurate data for any organization and how these duplicates make our life hell, no matter which industry or vertical we belong to. Take an example, you are looking for a specific record and you browsed to the respective tab, say, employees. When you filter the view,… Read More »