Is there a way to report on who is using SF1 and the device they are using ?
1. Create a Custom Report Type. 2. Create a report with the custom report type created. Cheers!!!
1. Create a Custom Report Type. 2. Create a report with the custom report type created. Cheers!!!
At a high level, LockerService uses various technologies and techniques that are intended to do the following: Prevent: Components from causing XSS and similar security issues Components from reading other ....
As per the below link, the custom object limit can be increased by Salesforce Account Executive. https://help.salesforce.com/articleView?id=000214418&type=1
This limit represents the amount of Custom Objects permitted to an organization based on their edition. The default values are: Contact Manager: 5 Group: 50 Professional: 50 Enterprise: 200 Unlimited ....
1. Click Star button to bookmark. 2. Click Bookmarks menu to view it.
To Edit 1. Go to Kanban Settings. 2. Change the Kanban Settings.
1. Extract Group Members using the below query. SELECT Group.Name, UserOrGroupId FROM GroupMember 2. Extract Users using the below query. SELECT Id, Name FROM User 3. Use VLOOKUP to find ....
Salesforce Optimizer analyzes your implementation to determine ways that you can simplify customization and drive adoption of features. We analyze a suite of features across your implementation and give you ....
"Create Follow-Up Task" button is used to create a follow-up task record in Salesforce. "Create Follow-Up Event" button is used to create a follow-up event record in Salesforce.
Sample Apex Class: public class Book implements Comparable { public String BookTitle ; public String Author; public Double Price ; public Date ....