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?

Respuesta :

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.

Explanation:

ACCESS MORE