Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Last active July 23, 2018 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkumarRoy/5fb676a7bbf2c5aa6e487351524ba21f to your computer and use it in GitHub Desktop.
Save amitkumarRoy/5fb676a7bbf2c5aa6e487351524ba21f to your computer and use it in GitHub Desktop.
<aura:component implements="flexipage:availableForRecordHome,force:lightningQuickAction" description="My Lightning Component">
<lightning:quickActionAPI aura:id="quickActionAPI" />
<div>
<lightning:button label="updateCompanyStatus" onclick="{!c.updateCompanyStatus}"/>
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment