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......

Rahul SharmaRahul Sharma
Is Position a Parent and Candidate a Child?
sandeep@Salesforcesandeep@Salesforce

Hi , 

 

Please let me know who is child or parent obejct in both of Position and Candidate. so I can let you know about exact soql