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
Ashish BiswasAshish Biswas 

Displaying name in another page

Hi,
I have 2 objects, Emplyee as master and EmployeeDetails as Details. Now I have entered data in the Employee object. The requirement is, when I will try to input data in the employee details page, which I will come acroos after filling the employee record, should display the selected employee name in the details object.
Can any one help me to acheive this.

Regards
Ashish
mritzimritzi
Create a Formula field (Type text).
Formula -> MasterDetailFieldAPI__c.Name

This will show the name of the Parent Employee Record.

If this helps you out, please mark it as Best Answer