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
Wanda TWanda T 

Where is the default Contact Layout Page

I am confused.  I am on the Beginner Admin
Trail Module 4 - UI Customization


Add a button with a link to a contact.

To pass this challenge, create a custom button which opens a link to 'http://google.com/#q={CONTACTNAME}' - where {CONTACTNAME} is the current contact's name. Then add this button to the default 'Contact Layout'.The custom button must be named 'Google Link'.

What is the current contact name? Google Link?

The custom button must be added to the 'Contact Layout' page layout.  I am not findiing the default Contact Layout Page
Best Answer chosen by Wanda T
Amit Chaudhary 8Amit Chaudhary 8
Hi Wanda T,

To clear this challange you need do below steps:-

Step1 :- Create a Button on contact object like below 

User-added image

Step 2 :- Link detail should be like below.

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

User-added image
Step 3:- Add the button on contact page layout. Please select "Contact Layout"
User-added image

Step 4:- Then click on Edit and add button on page.
User-added image

Step 5:- Save.

Please let us know if this will help you.

Thanks
Amit Chaudhary

All Answers

Amit Chaudhary 8Amit Chaudhary 8
Hi Wanda T,

To clear this challange you need do below steps:-

Step1 :- Create a Button on contact object like below 

User-added image

Step 2 :- Link detail should be like below.

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

User-added image
Step 3:- Add the button on contact page layout. Please select "Contact Layout"
User-added image

Step 4:- Then click on Edit and add button on page.
User-added image

Step 5:- Save.

Please let us know if this will help you.

Thanks
Amit Chaudhary
This was selected as the best answer
Wanda TWanda T
Thank you. *I* can not see the diagrams. Wanda
Wanda TWanda T
I can see it now.  I on the Salesforce Communit page.  I was not able to see it via email.  I will try it in a few.  thanks again.
Karel JanssenKarel Janssen
I put in the exact string: http://google.com/#q={!Contact.Name}
I recieved the 500 point, however gogle is starting up, but the name is not in place
 
Carrie NollCarrie Noll
Thanks, Amit. I couldn't figure out that they meant object Contact either. I thought I was missing an object.
Amit Chaudhary 8Amit Chaudhary 8
Hi Carrie Noll,

Contact is standard object and available in all develope org. Try to follow above step 1 to search Contact object
J D 29J D 29

To locate 'Contact Layout' page

Step 1 - Hover over the gear icon to expand and select Setup (this will open a new page below)
Playground

Step 2 - Click Object Manager

Object manager

Step 3  - Select Contact

Contact
 

Step 4 - Select Page Layouts
Page layouts

Step 5 - Select Contact Layout
Contact

Step 6 - Select Buttons (assuming that you already have created the button you're adding)

Step 7 - Locate the button under the 'Quick Find' and drag it down to the Custom Buttons area box below

Brenda McReynoldsBrenda McReynolds
Thank you, this helped me out!