List of questions
Related questions
Question 266 - Certified Platform Developer II discussion
A company has a Request__c object that has a lookup to the Opportunity object and a custom field.
Status__c, with values of Open,' Closed, and Invalid.' An Opportunity should not be allowed to be deleted if there are any Request__c records related to it that have a Status__c value of Open or 'Closed.' what is the optimal way to enforce the requirement to prevent deletion?
A.
A Process on Request__c
B.
A Process on Opportunity
C.
An Apex Trigger on Opportunity
D.
An Apex Trigger on Request__c
Your answer:
0 comments
Sorted by
Leave a comment first