function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raneeth KumarRaneeth Kumar 

trail head challenge error

Below is my challenge from navigating buttons and links module.

Add a custom button to a contact.
To pass this challenge, create a custom button which opens a link to 'http://google.com/#q=<CONTACT NAME>' - where <CONTACT NAME> is the current contact's name. Then add this button to the default 'Contact Layout'.The custom button must be named 'Google Info'.
The custom button must dynamically insert the contact's name using the appropriate merge field.
The custom button must be added to the 'Contact Layout' page layout.

I hvae done everything , and if I click the button also showing google page with the account holder name.But still getting the below error message.

Challenge Not yet complete... here's what's wrong:
The 'Google Info' custom button was not found. Hint: Make sure that it is a Detail Page Button (not link) and that its added to the page layout.
SonamSonam (Salesforce Developers) 
Raneeth,

Are you still facing this issue? Could you please share the screenshot of the page custom buttom you have created so I can check the configuration.
Raneeth KumarRaneeth Kumar
Hi Sonam, Thanks for your reply,

Actually I have done correctly,after logout and login everything went smoothly :)