Is it possible to create the Master – Detail Relationship field for the child object which is having existing records? : salesforce objects & fields
Answer / Dhirendra Kuamr
Yes, it is possible. If a child record already exists and you want to establish a master-detail relationship with its parent, you can do so by creating the lookup field on the parent object first, then updating each child record to populate that field. After that, create a new custom field of type 'Master-Detail' on the child object, and the system will automatically create the necessary relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
How long does Salesforce certification last?
What is the default timeout period while calling webservice from apex.
Is it possible that data you see on dashboard and data you see on report after drilling down the report on dashboard are different? : salesforce reports and dashboards
Define an audit trail.
What is an Auto-Response Rule?
Which all field data types can be used as external ids?
What type of workflow alerts are there?
What is conditional highlighting?
What are the different methods in test Class?
What will happen if a field is hidden through field level security and user search a values in that field? : salesforce sharing and security
What is the use of document and rendrer in lightning component? : salesforce lightning component
How to identify if a class is a test class?