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 »
Select Language »