Author: phaneendraarigachetta

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 »

Mobile SDK 6.0 is live to the world!

Grab the latest here: Android: On GitHub –https://github.com/forcedotcom/SalesforceMobileSDK-Android/tree/v6.0.0 On npm – https://npmjs.org/package/forcedroid On Bintray jCenter – https://bintray.com/forcedotcom/salesforcemobilesdk iOS: On GitHub –https://github.com/forcedotcom/SalesforceMobileSDK-iOS/tree/v6.0.0 On npm – https://npmjs.org/package/forceios Hybrid: On npm – https://npmjs.org/package/forcehybrid

Read More »
Select Language »