Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements? Choose 2 answers
- Use a roll-up summary field on the candidate record to show the total number of interviews.
- Use a master-detail relationship between the Candidate and the Interview objects.
- Use a lookup relationship between the Candidate and Interview objects
- Use a formula field on the candidate record to show the total number of interviews
Reveal Solution
Next Question