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
Robert ValenoRobert Valeno 

UI Customization Challenge Question

hi, I'm having trouble completing the Custom button challenge. any help would be a lifesaverUser-added imageUser-added image
Siva SakthiSiva Sakthi
Hi Robert,

Refer this below links. 
1. https://developer.salesforce.com/forums/?id=906F0000000D84GIAS
2. https://developer.salesforce.com/forums/?id=906F0000000D6iEIAS
Amit Chaudhary 8Amit Chaudhary 8
NOTE :- you  need to make Google info as a button not link.

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