Skip to content

Data Migration

How to set password of a user using Apex

NOTE method The first parameter of that function call is the actual id of the user object. User Ids start with 005 and are 15 or 18 characters long and second parameter is password string. Complex password generation TIPS

Approve Records in Bulk Using Apex

The following sample code approves records in mass using apex. Below example just uses Account object’s record. Please feel free to update it as per your need.

Data Migration in Salesforce

“Data migration is the process of selecting, preparing, extracting, and transforming data and permanently transferring it from one computer storage system to another”  Most migrations take place through five major stages: Extraction: remove data from the current system to begin working… Read More »Data Migration in Salesforce