Skip to content

Instantly share code, notes, and snippets.

View davidrobertslogicom's full-sized avatar

davidrobertslogicom

View GitHub Profile
@enreeco
enreeco / quickAction.cmp
Last active May 17, 2019 04:05
Salesforce Ligthning QuickAction popup automatic close
<aura:component implements="force:lightningQuickAction,force:hasRecordId">
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
Loading data, please wait. . .
</aura:component>