Just trying to find a turn around for the below requirement
Standard Object : Lead
Custom Object : Response
We would like to capture responses for each lead
we know that master detail is not allowed for Lead and Custom objects
is there any turn around for this ?
appreciate your valuable responses.
Kind Regards,
Jaya
6 respuestas
Jaya, the only workaround that you have is:
1. Create a lookup relationship between the Lead and Response object.2. Make the Lead lookup field required on the custom object, both at the page layout level and at the API level by writing a validation rule like this:
ISBLANK(Lead_Lookup__c)
Remember that this doesn't give you all the features/functionality of a master detail relationship and the best that it does it make the Lead relationship with the custom object to be madatory.