Lightning Data Service in Salesforce
Use Lightning Data Service to load, create, edit, or delete a record in your component without requiring Apex code. Lightning Data Service handles sharing rules and field-level security for you. ....
Use Lightning Data Service to load, create, edit, or delete a record in your component without requiring Apex code. Lightning Data Service handles sharing rules and field-level security for you. ....
1. Go to Builder. 2. Select Snap-ins Chat under support section from Lightning Components.
Help support agents decrease customer frustration, and improve support. Community 360 shows support agents working in the console whether customers have already looked at pertinent documentation and if they’ve already ....
To turn on Voice check the below steps 1. Select Voice Settings. 2. Enable Voice. Lightning Voice is available in Professional, Enterprise, Performance, and Unlimited Editions. Note: Voice is available ....
How to create Global Picklist Value Sets from existing pick list field? https://www.infallibletechie.com/2017/08/how-to-create-global-picklist-value.html Default Values formula in Picklist Fields https://www.infallibletechie.com/2017/08/default-values-formula-in-picklist.html Session-Based Permission Sets https://www.infallibletechie.com/2017/08/session-based-permission-sets-in.html Posts in private and unlisted Chatter ....
Lightning Component: <aura:component implements="forceCommunity:themeLayout" access="global" description="Home Page Theme Layout"> <aura:attribute name="search" type="Aura.Component[]" ....
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"/> ....