You need to sign in to do that
Don't have an account?
Custom Lightning Components Not Available to Add in Lightning App Builder
I installed both the Opp Alert Coponent and the ContactsToday Component from the Trailhead Module "Working with Custom Lightning Components". However, they are not available to add as components in the Lightning App Builder. I've tried uninstalling an reinstalling, with no luck. The "Custom Components" section in Lightning App Builder shows 0.
Any help would be appreciated - I've had nothing but technical difficulties with this module and I want to earn that darn badge already!
Any help would be appreciated - I've had nothing but technical difficulties with this module and I want to earn that darn badge already!
Setup/build/develop/lightning components
check the Enable Lightning Components in Salesforce1 (BETA) checkbox.
And try going into your Lightning App Builder again.
thx
All Answers
Setup/build/develop/lightning components
check the Enable Lightning Components in Salesforce1 (BETA) checkbox.
And try going into your Lightning App Builder again.
thx
Thx
Your request to install package "ContactsToday Component NV2" was unsuccessful. None of the data or setup information in your salesforce.comorganization was affected.
If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information.
Package: ContactsToday Component (04tj0000001mMYj)
Error Number: 139397916-51539 (-291793471)
Problem:
1. Illegal assignment from List<Contact> to List<Contact>
ContactsTodayController: Illegal assignment from List<Contact> to List<Contact>
2. Invalid constructor syntax, name=value pairs can only be used for SObjects
ContactsTodayController_test: Invalid constructor syntax, name=value pairs can only be used for SObjects
3. No CONTROLLER named apex://ContactsTodayController found
: No CONTROLLER named apex://ContactsTodayController found
Anyone having similar issue?
I faced the same issues mentioned above. I tried all the solutions mentioned but when I carefully looked into trailhead it says that we need to activate the domain.
Just create domain by following the steps given in the trailhead.
After the domain deployed to the users you can see the component in the Lightning App Builder.Add it to the 'MyData' app.
Cheers !!!
Thanks,
Ajay
First You Create Your domain in your org by following the given
type Domain in Quick find search Box there you will get mydomain by enabling y domain you will get your own domain then you should deploy ur users to ur domain then automatically the lightning components will appear to you in your lightning app builder
I think I've done everything mentioned here. Screenshots show:
1) Custom(0) in AppBuilder, though I expect at least a couple
2) I'm signed into my special domain
3) I have installed 2 custom components
4) Checkbox is checked for "Enable App Builder for Lightning Experience (PILOT)"
I've put a couple hours into this apparently 20 minute exercise. I'd really appreciate your help.
An error has occurred in the following section: [Exception, DomainNotPropagated]. Salesforce.com has been notified of this error.
An error has occurred in the following section: [Exception, DomainNotPropagated_desc]. Salesforce.com has been notified of this error.
Could someone help me? I have created the new domain to have my lightning component ContactsToday available, but now that I want to edit my app via Lightning App Builder, I am no longer able to login ...
I click Edit on my App "MyData"
I am redirected to login.salesforce.com
I login, I see a redirection to my custom domain
I'm back at login.salesforce.com
If I look at the login history : "Success".
Heeelllppp
following the discussion here it seems that the challenge is not very clear at all - anyway. To solve the trail you need to follow these steps:
1. Install the Packages (Note: It will be automatically installed with your current login -not on the "hands-on org")
2. Open Lightning App Builder
==== Register Your Domain ====
3. Custom Shows: "Register your Domain"
4. Follow the Link and register a custom domain. (Note: "Check availability" seems to be buggy. Use a random number + character to make it working)
5. Confirm Domain while opening the E-Mail.
6. Login To you Domain for double-check.
7. Deploy Domain to Users.
8. Open Lightning App Builder again
=== End Register Your Domain ===
9. The Custom Component should be now available.
Hope this will help out.
Wondering if you guys can help me. I've already tried your answers to resolve this issue. Even after throwing my head in the different direction for last 2 hours, I'm still stuck on the same problem. I manage to install the Opportunity Alert Component, but 'ContactsToday' custom component is not getting installed. It is throwing the below error –
I've already taken few measures to verify this problem like Enabling Lightning Components, but not solution.
Did anyone has come across such issue, Would glad to know the steps you have undertaken.
I want to earn the badge, just hanging at the tail end.
Any help - much appreciated.
Thanks
Manoj
This seems to be a widely discussed topic, and I am sort of embarrassed that I can't figure it out. I've been able to replicate various portions of our web site in VF/APEX porting from PHP w/API. I wanted to attempt to recreate other portions using the lightning environment. In our org we have a long list of components, including several I downloaded. In the app builder, only the standards show. Clicking My Domain shows a domain name, with step 4 highlighted. I'm working in our developer sandbox which is a snapshot of prod.
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_config_for_app_builder.htm
This part of the dev guide seems to indicate 3 steps - setting up a domain - which seems already done, Add a New Interface to Your Component, and Add a Design Resource to Your Component Bundle.
It seems as if step 2 and 3 indicate creating code fragments that expose the component to the app builder somehow. I'm having trouble understanding what needs to done to get the components to show up in the builder.
If someone can give me even the slightest insight of what I am missing in concept here I'd greatly appreciate it.
After deploying my domain, I am not able to access the Lightning App Builder. It redirects me to the salesforce login page everytime. Please help me resolve this issue.
Thanks in advance
Taking the final Challenge of Lightning App Builder and stuck at first base.
Unable to install the custom component; have tried incognito etc and still get the:
"This app can't be installed. There are problems that prevent this package from being installed. Insufficient PrivilegesYou do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary."
Anyone able to define a simple solution?
Thanks
As suggested by you all I tried doing every possible step and still the custom component "ContactsToday" was invisible in launched Trailhead Playground while it was visible in Sales or Marketing grounds when I tried following the same steps. However challenge is incomplete unless you download the custom component into trailhead playground. So in order to make the custom component visible in trailhead playground, I tried these steps:
1. Open the link "Install this unmanaged package" as mentioned in the challenge requirements
"ContactsToday" component
"ContactsToday" controller
"ContactsToday" helper
"ContactsToday" Style
"ContactsToday" Documentation
"ContactsToday" renderer
"ContactsToday" design and
"ContactsToday" SVG
Make sure you copy the codes for all these sections in a notepad and keep.
6. Now launch the trailhead playground from your challenge and then open the developer console under your profile. In the developer console, perform the following actions
1. Click New "Lightning Component" <- Name it "ContactsToday" <- Check Lightning Page under "Create bundle with any of the following configurations (optional)" and Click Submit
2. Copy paste the code which we had copied in the notepad before for component, controller, helper, Style, Documentation, renderer, design and SVG and then click save
3. Then navigate to Test tab and click run all and make sure there are no errors while copying code. Once it shows success, go to "Lightning App Builder" page from quick find and open "MyData" Lightning page and refresh.
You can see the ContactsToday Custom Component visible now.
Note: Before starting to follow the below steps make sure your domain is properly installed in My Domain page (The instructions of which are given clearly in the challenge)
This is how I finished my task.
Thanks & Cheers.
Have a good day!
still, my lightning component(beta) is not available.
Do I need to create fresh org to use lightning components?
Create my domain
Applied the my domain to all users.
Create a student object
Created a lightning componnet with a button and a field that show the status of the Apply for Aid for a student as described in Pluralsight learning site.
Create a Lightning record page and added the record detail for the student object.
Now i am trying to add the lightning component that has a button to the lightning record page and see that it is not available for addition.
Any help is much appreciated to help me move further with my learning.
I struggled with not being able to locate the Opp Alert app. once it installed. The problem: the app. said it installed successfully, but I couldnt find it. I noticed after I pasted the url from the trailhead module & hit the enter key, the browser changed and installed the Opp Alert in another org. than my Trailhead playground. I carefully edited the first part of the url to match my trailhead playground url, where I wanted the apps. installed.
Thanks for your post. I'm a little confused, though. When you stated that you "...carefully edited the first part of the URL...", what did you mean? I've tried variations of combining the URL of my Dev org with the given URL for the opp alert install package...and I'm not getting anywhere. Could you provide an example?
Cheers,
James
James,
Sure! In my case I have multiple dev accounts, including the Trailhead Playground. For example if your dev account url is similar to:
https://samplename-dev-ed.lightning.force.com/lightning/page/home
and your trailhead playground url is similar to: https://skippy-mouse 9999999-dev-ed.lightning.force.com/one/................
You want to edit the url text shown in bold above to be your Trailhead Playground account, before you hit the enter key fto run the Opp Alert/components install.
Hope that helps!
Brenda
Thanks for your speedy response! It definitely helped. I have the same multiple dev accounts/Trailhead Playgrounds scenario...so the first time I installed the opp alert package, the install defaulted to my original, named/login dev org. Since I performed the install with only the target Playground ("rickety-rat-123456") running, I assumed that it would install there. As you know, this is definitely not the case.
Here's what worked for me:
I used copy and paste features to speed things up and reduce keystroke errors. I would have solved this problem yesterday on my own if I had done this. Keystroke errors. Doh!!! Thank goodness @BrendaHarwell got me back on track!!!
This is the install package location: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tj0000001mMYP
Here's the URL for the setup home page of my target dev org: https://rickety-rat-123456-dev-ed.lightning.force.com/lightning/setup/SetupOneHome/home?0.source=aloha
Your install package URL should look like this: https://yourorg-here-123456-dev-ed.lightning.force.com/packagingSetupUI/ipLanding.app?apvId=04tj0000001mMYP
Another example, using my dev org alias: https://rickety-rat-123456-dev-ed.lightning.force.com/packagingSetupUI/ipLanding.app?apvId=04tj0000001mMYP
There's no need for resetting passwords or anything else.
Thank you @BrendaHarwell!
Same situation:
https://rickety-rat-123456-dev-ed.lightning.force.com/packagingSetupUI/ipLanding.app?apvId=04t1a000000REQ2
I hope this helps.
Good luck!
http://salesforcefactory.com/admin-posts
Replace the "https://login.salesforce.com" with your Playground URL... so the compenents are added to your playground URL...
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tj0000001mMYP
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1a000000REQ2
[Playground URL]/packaging/installPackage.apexp?p0=04tj0000001mMYP
[Playground URL]/packaging/installPackage.apexp?p0=04t1a000000REQ2
Jarrell
Lili
I tried editing my trailhead playground and changed it to have the packaging location as:
[Playground URL]/packaging/installPackage.apexp?p0=04tj0000001mMYP
But still it shows the same error on installing the unmanaged package.
This app can't be installed.
There are problems that prevent this package from being installed.
Package Not FoundThe requested package doesn't yet exist or has been deleted. If this is a recently created package version, please try again in a few minutes or contact the package publisher.
Please let me know of any other work around.??
Thanks,
Divya
URL:https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1a000000REQ2/
thank Jarrell Dunson
I am trying to solve Install an AppExchange Solution challenge. I am getting this error-
"Challenge not yet complete in My Trailhead Playground 1
We couldn't find theFlow Video Player & File Viewer Flow Solution in your org. Make sure you installed the package in the correct org and try again".
Can you please, suggest some solution. Have already spent one day on this, still stuck :(
I had the same issue so I thought to try create this component manually it worked.
All you have to do is to:
1. Go to your Developer Console
2. Click file -> new -> lighting component
3. Create component with a name "ContactsToday" and additionally just check all checkboxes (just to be sure)
4. I've added some dumb html like: 5. Done!
Directly launch your playground and goto Install Packages and Install 04t1a000000REQ2 for Contacts Today.
This worked for me.
I had this exact problem .
Just go to custom components -->deploy the domain--->log in to the domain---->refresh the lightning app builder page --> custom components would be there