Salesforce1 login from many devices
By default, only 5 devices can login as the same user on Salesforce1. If you login on a 6th mobile device concurrently, you will be prompted with a message indicating ....
By default, only 5 devices can login as the same user on Salesforce1. If you login on a 6th mobile device concurrently, you will be prompted with a message indicating ....
UserPermissionsSupportUser is the api name for the Service Cloud Check box on the user object.. Update UserPermissionsSupportUser value to the set of users to enable Service Cloud User check box for ....
UserPermissionsMobileUser is the api name for the Salesforce1 User Check box on the user object.. Update UserPermissionsMobileUser value to the set of users to enable Salesforce1 User check box for multiple users ....
Provides methods for creating digests, message authentication codes, and signatures, as well as encrypting and decrypting information. Check the below link for more information https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_crypto.htm
1. Check whether there are any typo in the code. 2. If the issues is in Apex manage sharing reason access, check the OWD of the object. Note: OWD of ....
Apex sharing reasons are used by developers when adding sharing to a record programatically. Using an apex sharing reason prevents standard users from deleting the sharing, and allows the developer ....
1. Go to Enterprise Territory Management Settings. 2. Click "Enable Enterprise Territory Management". 3. Select the related records access and click Save. 4. Click "New Territory Type". 5. Save Territory Type. 6. ....
Filter-Based Opportunity Territory Assignment lets you use a simple job to assign territories to opportunities. We provide code for an Apex class that you can use as-is or modify as ....
Enterprise Territory Management allows you to organize your sales structure into separate territories, based on geographic attributes, named accounts, industry/verticals, or any other criteria that suits your organization. You can ....
Platform Cache is a memory layer that stores Salesforce session and org data for later access. When you use Platform Cache, your applications can run faster because they store reusable ....