
Free Salesforce Training Resources for Beginners
Hello guys, if you want to learn Salesforce Cloud Platform and looking for free training courses then you have come to the right place
If you don’t know,
Hello guys, if you want to learn Salesforce Cloud Platform and looking for free training courses then you have come to the right place
If you don’t know,
A Free Org Health Check Salesforce Orgs often grow organically over time, and that even under the strictest governance policies, areas of your Org can become polluted with harmful changes.
Salesforce Optimizer is a powerful, free, and simple tool that takes a snapshot of your Salesforce org and looks for potential problems in your implementation. Salesforce Optimizer gives you detailed
Salesforce Health Check is a dashboard that lets you see how closely the security settings in your org align to the settings recommended by Salesforce. A score of 0–100 is
Discover options available for maintaining optimal org health I’ve been working in Salesforce since 2014. And the platform has been around since 2000, which means there could be some Salesforce
Most of the customers need to know user adoption metrics in marketing cloud, however marketing cloud won’t provide those metrics as an OOTB (viz. who are the users last logged
RevCult is now offering for free “Field Audit Trail Cockpit BASIC – UI for Shield Field Audit Trail”. I haven’t personally tested it just yet…but might be worth looking into
In Winter ’20 (October 2019) Salesforce will start switching users to Lightning at all orgs. I mean all, where users have the Lightning Experience User permission which is enabled by default in all
1. Delete the records in object from Developer console Delete[Select id from Account limit 10000]; 2. Abort the Batch jobs from Developer console for(AsyncApexJob job:[SELECT Id, Status FROM AsyncApexJob WHERE
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);
In case that you have a lot of metadata in your organization (classes, pages, triggers, objects etc.) it is hard to select only few of them in Force IDE as