User adoption Report – Salesforce Marketing Cloud
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
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 of 5. What is a new feature in Lightning Experience added to Reports and Dashboards in this release? A. Matrix Reports B. Joined Reports C. Row limit filters on
1 of 5. What is the replacement that Salesforce recommends for Force.com IDE 2 Beta? A. MavensMate for Sublime Text B. Workbench C. Salesforce Extensions for VS Code D. Developer
#LightningExperience Lightning Experience — Personalize the Navigation Bar in Less Time Salesforce made it easier for users to personalize their navigation in Lightning apps. Your users can get back to work in
#LightningExperience Lightning Experience — Personalize the Navigation Bar in Less Time Salesforce made it easier for users to personalize their navigation in Lightning apps. Your users can get back to work in
1 of 6. Which three features are available with Salesforce Files? Choose 3 answers A.Access files with the view list of assets feature. B.Automatically upload .pdf files from an email
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