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
Rohit AmmanamanchiRohit Ammanamanchi 

Problem while trying the challenge

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 have just copy pasted the link "'http://google.com?q={!Contact.Name}' - where {!Contact.Name}" in the URL and it says it is not valid.What does that mean?
Amit Chaudhary 8Amit Chaudhary 8

Please check below post with step by step process with screen shot
1) https://developer.salesforce.com/forums/?id=906F0000000BPIOIA4
2) https://developer.salesforce.com/forums/?id=906F0000000BRNfIAO

To clear this challange you need do below steps:-

Step 1 :- Create a Button on contact object like below 
Step 2 :- Link detail should be like below.

Name :- Google_Info
Button or Link URL :-  http://google.com/#q={!Contact.Name}
Display Type :- Detail Page Button

Step 3 :- Add the button on contact page layout. Please select "Contact Layout"
Step 4 :- Then click on Edit and add button on page.
Step 5 : - Save.

Please check below post for screen shot.
1) https://developer.salesforce.com/forums/?id=906F0000000BRNfIAO

Please let us know if this will help you.

Thanks
Amit Chaudhary