Monthly Archives: February 2014

Difference between Insert and Database.Insert in Salesforce

Database.Insert ü  Database methods are static methods available in Database class. ü  Roll back is supported. ü  Includes the optional allorNone parameters that defaults true. ü  In bulk operation if error occurs, the remaining records will be inserted i.e. partial … Continue reading

Posted in Uncategorized | 1 Comment