A software company uses the following objects and relationships:Case: to handle customer support issues
Defect_c: a custom object to represent known issues with the company's software
Case_effect_c: a junction object between Case and Defect_c to represent that a defect is a cause of a customer issue
Case and Defect_c have Private organization-wide defaults.
What should be done to share a specific case_Defect_c record with a user?