You need to sign in to do that
Don't have an account?
Discover Lightning Actions: Create a Lightning Action
Hi Salesforce gurus,
____________________________________________________________
-> I have downloaded the package and installed it in my Developer account, as you can see in the picture below:

When I try to create the new action in the account object throughout the section: Buttons, links, and actions in the object manager, I find that selecting Lightning Component from the Action type drop-down list the next field with the label: “Lightning Component” does not show any record and it should show quickContact.

I was wondering if you could help me, and let me know the mistakes or the lack of steps that I could have missed in this challenge.
Any comment will be helpful, and many thanks in advance.
Carlos ALONSO-RODRÍGUEZ
E-mail: carlos.alonso.rodriguez1@gmail.com
Móvil: +34 666 16 05 48
Web: https://es.linkedin.com/in/carlosalonsorodrigue
Blog: http://blogmisproyetosuniversitarios-carlos.blogspot.com.es/
I am in the unit named: "Discover Lightning Actions" in the challenge called: "Create a Lightning Action": This Challenge has the following statement: "To complete this challenge, you need to add a Lightning component to your org. Then use that component to create a Lightning action on the Account object. When the action’s button is clicked, it creates a new contact based on form input. To get started, install this package that contains the component bundle that you'll need to modify.
The Lightning component must be named quickContact.
Add the appropriate interfaces to the quickContact component. (Hint: there are two.)
Create a new action with Label Quick Contact and Name Quick_Contact on the Account object that invokes the quickContact component.
Add the action to the Account Layout page layout."
The Lightning component must be named quickContact.
Add the appropriate interfaces to the quickContact component. (Hint: there are two.)
Create a new action with Label Quick Contact and Name Quick_Contact on the Account object that invokes the quickContact component.
Add the action to the Account Layout page layout."
____________________________________________________________
-> I have downloaded the package and installed it in my Developer account, as you can see in the picture below:
When I try to create the new action in the account object throughout the section: Buttons, links, and actions in the object manager, I find that selecting Lightning Component from the Action type drop-down list the next field with the label: “Lightning Component” does not show any record and it should show quickContact.
I was wondering if you could help me, and let me know the mistakes or the lack of steps that I could have missed in this challenge.
Any comment will be helpful, and many thanks in advance.
Carlos ALONSO-RODRÍGUEZ
E-mail: carlos.alonso.rodriguez1@gmail.com
Móvil: +34 666 16 05 48
Web: https://es.linkedin.com/in/carlosalonsorodrigue
Blog: http://blogmisproyetosuniversitarios-carlos.blogspot.com.es/
after installed packege go to developer console ---> click on file --> open lightning Resources ---> select and open lightning component with name is- -> quickContact
in the quickContact lightning component page add 2 interface which enable this component to new action page.
<aura:component controller="QuickContactController" implements="force:lightningQuickActionWithoutHeader , force:hasRecordId" >
now Create a new action with Label Quick Contact and Name Quick_Contact on the Account object that invokes the quickContact component.
and don't forget to this button on account page layout Quick Contact :)
thanks
let me inform if it helps you and mark it best answer if it helps you so it make proper solution for others
All Answers
after installed packege go to developer console ---> click on file --> open lightning Resources ---> select and open lightning component with name is- -> quickContact
in the quickContact lightning component page add 2 interface which enable this component to new action page.
<aura:component controller="QuickContactController" implements="force:lightningQuickActionWithoutHeader , force:hasRecordId" >
now Create a new action with Label Quick Contact and Name Quick_Contact on the Account object that invokes the quickContact component.
and don't forget to this button on account page layout Quick Contact :)
thanks
let me inform if it helps you and mark it best answer if it helps you so it make proper solution for others
Do you know why it won't let me add the button?
click on override the predifine actions on Salesforce1 and Lightning Experience Actions section then you can drag and drop your quick contact action there .
thanks
i hope it helps you and Carlos Alonso Rodriguez.:)
Let me inform if it helps you
You are a Salesforce crack.
All the best wishes,
There was an unhandled exception. Please reference ID: IYVHZKAT. Error: Faraday::ClientError. Message: MALFORMED_QUERY: When retrieving results with Metadata or FullName fields, the query qualifications must specify no more than one row for retrieval. Result size: 2
There was an unhandled exception. Please reference ID: BCWQMYFZ. Error: Faraday::ClientError. Message: MALFORMED_QUERY: When retrieving results with Metadata or FullName fields, the query qualifications must specify no more than one row for retrieval. Result size: 2
any ideas?