How to query users with Salesforce User License?
Using SOQL: SELECT Id, Name, Alias FROM User WHERE IsActive = true AND Profile.UserLicense.Name = 'Salesforce' Using Report: 1. Go to Setup --> Customize --> Users --> Fields --> Create ....
Using SOQL: SELECT Id, Name, Alias FROM User WHERE IsActive = true AND Profile.UserLicense.Name = 'Salesforce' Using Report: 1. Go to Setup --> Customize --> Users --> Fields --> Create ....
Commerce Cloud is one of the eight product clouds that make up the Salesforce Intelligent Customer Success Platform. With Commerce Cloud, retailers and brands can cater to their customers’ individual ....
This is mainly used when we use Apex Metadata API. Used to Deploy Metadata from Non-Certified Package Versions via Apex. By enabling this setting, ISVs can test managed packages that aren’t ....
Lightning Component: <aura:component implements="forceCommunity:availableForAllPageTypes" access="global" controller="DPLightningHandler" > <aura:attribute name="listVehicles" type="WrapperClass.VehicleWrapper[]" /> <ui:inputSelect aura:Id="makeId" multiple="false" label="Select Make"> <ui:inputSelectOption label="Acura" text="acura"/> ....
Lightning Component: <aura:component access="global"> <ui:inputSelect aura:Id="makeId" multiple="false" label="Select Make"> <ui:inputSelectOption label="Acura" text="acura"/> <ui:inputSelectOption label="Audi" text="Audi"/> <ui:inputSelectOption ....
When you try Page Layout Preview As in Salesforce and get Insufficient Privileges, check the below things 1. Check whether your profile has CRUD permissions for the object. 2. For ....
PK stands for Primary Key — the object’s record ID — which is always indexed. With this method, customers first query the target table to identify a number of chunks ....
Requesting Performance Tests Before you can performance test in your sandbox environment, you must first create a test plan and submit it to salesforce.com Customer Support. The test plan should ....
When updating the role hierarchy or group membership through integration or the administration console, customers might occasionally receive a “could not acquire lock” error and have to repeat the operation. ....
1. Custom permissions in Salesforce https://www.infallibletechie.com/2017/06/custom-permissions-in-salesforce.html 2. How Delegated Admin can set Field Level Security in Salesforce? https://www.infallibletechie.com/2017/06/how-delegated-admin-can-set-field-level.html 3. How to retrieve the Record Type which is accessible by user's ....