Skip to content

Instantly share code, notes, and snippets.

View prafulgadgetrek's full-sized avatar

prafulgadgetrek

View GitHub Profile
<aura:component implements="flexipage:availableForRecordHome,force:lightningQuickActionWithoutHeader,force:hasRecordId">
<aura:attribute name="opp" type="Opportunity"/>
<!-- Set values for opp attribute using recordPreview -->
<force:recordPreview
aura:id="recordLoader"
recordId="{!v.recordId}"
fields="[Name,StageName,Amount]"
targetRecord="{!v.opp}"