Salesforce Fact #626 | getUpdated and getDeleted methods
There are methods in Database class which can get us the list of records of a particular SObject type which got updated/deleted within a particular interval. Database.getUpdated() and Database.getDeleted() are the two methods. Also, it does not count towards the SOQL query and rowcount limit.
Attached is the screenshot.
Comments
Post a Comment