Data Import wizard, that’s provides a unified interface that lets you import data for a number of standard Salesforce objects, including accounts, contacts, leads, and solutions. The Data Import Wizard also lets you import data for custom objects. Difference between Existing Wizard and Data Import Wizard Below are the major
Tag: salesforce advanced developer certification
IsTest Annotation in Salesforce
Use the isTest annotation to define classes or individual methods that only contain code used for testing your application. The isTest annotation is similar to creating methods declared as test Method. Note:– Classes defined with the isTest annotation don’t count against your organization limit of 3 MB for all Apex
