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
dev2014dev2014 

Adding related fields

Hi, I'm trying to Add fields from my contact object to the search result view of my customized Credit Cards object.. such as "first name, last name, mailing adress,city ,country that belongs to the Contact object..How do i do that without coding and formulas?

i added a lookup field on Credit Cards object but couldnt find the city, country, maling adresss fields on the Credit Card objects layout options so I can add them to the Credit Card layout...any ideas on how to implment that? a link to a video demo or text on how that subject would be great as well..

Thanks,
 
surasura
you cant add related object fields via standard layout. either you have to go for a visualforce page or create formula fields on credit Card object linking to above mention contact object fields 

I can understand your reluctancy to code but what you have against formula fields :)