Category: Salesforce CRM

Salesforce IDs and URL Tricks and Tips

Salesforce IDs Tricks: Get the current User ID in an Apex. String userId = UserInfo.getUserId();System.debug(‘userId: ‘+userId); Get the Salesforce Org ID in Apex without query. String OrgId = UserInfo.getOrganizationId();System.debug(‘OrgId: ‘+OrgId);

Read More »

Best way to Learn Salesforce

Currently, best way to learn salesforce is Tralihead: Trailhead: As of late 2014, by far one of the best options for getting up to speed on the platform is Trailhead,

Read More »

Skinny Tables in Salesforce

Salesforce creates skinny tables to contain frequently used fields and to avoid joins, and it keeps the skinny tables in sync with their source tables when the source tables are

Read More »
Select Language »