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
Barry Wang 11Barry Wang 11 

Fields display on different Objects

Hello, I want a field under Object "Contact" shows on another Object "Account", is it possible?
Andrew EchevarriaAndrew Echevarria
Hmm here's an idea:
1. Create a look up field to specify the contact (IF it will only be one contact's info), for example: Main Contact
2. Create a formula field that looks up the field on the Contact from the Main Contact look up field.
Ramssf70Ramssf70
Hi Barry,
 we can create account  Look up field on  contact object then that can be under contact object and  records avilable from account object also
Barry Wang 11Barry Wang 11
Thx a lot to specify my question. I want the field underneath Account Object
User-added image
to show like a column (like other columns "Phone", "Email", etc.)
User-added image
Is that possible?
Roshni RahulRoshni Rahul
Hi Barry,

1. In your account page, click on the edit page layout link
2. Then you have to click the related list setting option of contact
3. There you can see all the fields in contact object, from that select the mobile field and add to the selected field. Then save the edited layout.
4. As per your requirement, the field will be included in your view.

Regards,
Roshni