Salesforce Tips/Tricks

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

SFDC Tips#5

In Salesforce all Date or Date/Time data is stored in UTC or GMT, where as it displayed according to viewer’s time zone.

SFDC Tips #4

Entitlements in Salesforce can’t be added to Lightning Experience, only supported in Salesforce Tabs + Visualforce.

SFDC Tips #3

As Activity object cannot be shared by sharing rule, so this object doesn’t have sharing table in Salesforce.

SFDC Tips #2

Standard objects can’t be on the detail side of a custom object in a master-detail relationship.