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
CRM93CRM93 

Retrieving a particular field from one object to another

I have an  custom object called "position" .  Now i  want to retrieve only a particular field called status from another object called candidate,which is having many fields. I want to retrieve the status (picklist) field from candidate.

 

I have done with the lookup but i am getting the whole details but what i need is the particular status picklist information in position object

 

 

Thanks in advance....

Saravanan @CreationSaravanan @Creation
Hi ,

You have created the lookup field under position object keep the field in back end.

Create a new formula field to get only the Status value.