58.2k views
3 votes
A company wants a recruiting app that models candidates and interviews; displays the total number of interviews each candidate record; and defines security on interview records that is independent from the security on candidates records. What would a developer do to accomplish this task?

User Caqu
by
4.9k points

1 Answer

4 votes

Answer:

Create a lookup relationship between the Candidate and Interview objects.

Create a trigger on the Interview object that updates a field on the Candidate object.

Step-by-step explanation:

User Bitterblue
by
4.5k points