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?
Currently there are no comments in this discussion, be the first to comment!