SFDC TIPS #6
The best practice to get a list of record Ids from a SOQL query result is to assign the returned result to a Map instead of assigning to a List
The best practice to get a list of record Ids from a SOQL query result is to assign the returned result to a Map instead of assigning to a List
Salesforce puts a limit on storage for all tenants. And unless you monitor your storage usage you might run into situations where you have exceeded org’s storage limit.