You need to sign in to do that
Don't have an account?
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
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
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