Salesforce

Salesforce

Salesforce Summer ‘17 Release Overview

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 ....

Salesforce

How to display wrapper class list in Salesforce Lightning component?

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"/>   ....