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
Manu@devManu@dev 

Question on Master Detail Relationship

Hi all,

Can some one please help me to answer this question - 

In Master-Detail relationship scenario the fields of the parent object need to
be displayed in the related list. How will a developer design this?
a. Cross-object formula field
b. Workflow rule
c. Validation rule
d. Assignment rule

Thanks in advance.

Regards,
Manu
Sonam_SFDCSonam_SFDC
using cross object formula you can show the Account Fields on the contact detail page.
Ravikant kediaRavikant kedia
Best way to do this work is cross object formula field and you can read 
https://help.salesforce.com/HTViewHelpDoc?id=customize_cross_object.htm&language=en_US this link for to do this.
Amit Chaudhary 8Amit Chaudhary 8
a. Cross-object formula field
Amith RaoAmith Rao
Cross-object formula field