You need to sign in to do that
Don't have an account?

Problem with wording of Trailhead Challenge? UI Customization -> Customizing Navigation, Buttons, and Links
When I first tried this challenge I was not successful and was having a difficult time trying to figure out what I was doing wrong. The error I received when checking the challenge was:
I was thrown off becuase one of the criteria for the challenge is:
Challenge not yet complete... here's what's wrong:
The 'Google Link' custom button was not found
The 'Google Link' custom button was not found
I was thrown off becuase one of the criteria for the challenge is:
- The custom button must be named 'Google Link'.
All Answers
Thanks for the feedback.
regards,
Pratik
If it helps, here is the Custom Button page that I have set up:
and the Contact Layout page:
Any help would be appreciated as I think I have it done, but can't complete the challenge. Thanks!
The 'Google Link' custom button was not found.
I have named the custom button 'GoogleLink' and the error no longer happens and the challenge is complete.
Regards
Thank you! This seemed to solve the problem. Must be a bug...
Appreciate the help!
I also have question.
While I create a custom button should I see CONTACTNAME in drop down for Insert Field? My Path is Build->Customize->Contacts->Buttons, Links, and Actions.
May be something wrong I am doing!?!
And copy the from the instructions: http://google.com/#q={CONTACTNAME}
Not Using Default "Contact" Object to Create Button
Are you creating the custom button under Build > Customize > Contacts > Buttons, Links, and Actions (as seen in the image below)? Many users are creating a new custom object called "Contact" instead of using the default object as the challenge calls for.
Wrong Display Type
When creating the button, are you using the Detail Page Button display type? Using one of the other two options will fail the challenge.
Wrong Page Layout
Are you using Page Layouts under Build > Customize > Contacts? You will need to edit the layout titled "Contact Layout".
If you're not making any of these mistakes, try starting the challenge again with a new dev org.
Thanks Ryan!!! You RoCk! I was not using the default Contacts object. Replaced all the information into that object and the challenge passed!
Cheers again
Delete other custom layouts and then check it. I was also facing same issue it workded for me!!
It is missing a '/' in the URL
Is: http://google.com?q={!Contact.Name}
Should be: http://google.com/?q={!Contact.Name}
Making this change I received credit for the challenge.
I noticed the "/" missing and change it to: http://google.com/?q={!Contact.Name}
Then the challenge passed.