You need to sign in to do that
Don't have an account?

Candiate Object and Candidate Field in Recruitment App ...
This question is in reference to "Recruitment App". I know that the object reference and field references are different. However, the custom object Candidate API name and the Candidate field in Job Applications object API name are same. Can this ever create a confusion? Why to duplicate like this?
If you look at the standard objects, the relationship between Contact and Account is stored as AccountId, but if you follow the relationship to retrieve a field it is Contact.Account.Name, so the relationship matches the sobject name.
All Answers
If you look at the standard objects, the relationship between Contact and Account is stored as AccountId, but if you follow the relationship to retrieve a field it is Contact.Account.Name, so the relationship matches the sobject name.
This is the only way to access the object references. Hopr this helps.