function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhijeet Purohit01Abhijeet Purohit01 

Changing field type from master-detail to lookup

How to change an existing field's type from Master-Detail relationship type to Look-up relationship type?

 

I am unable to change the datatype of the field.

 

Or do I need to create a new field of look-up relationship type and delete the existing field of master-detail relationship type?

 

 

Can anyone help?

 

 

Abhijeet

PremanathPremanath

Follow this link

 

http://boards.developerforce.com/t5/New-to-Cloud-Development/Urgent-How-ro-change-the-field-type-from-Master-Detail-to-lookup/td-p/302545

 

If you unable to find the solution

 

Then you can use Dataloder Export all data ,

Then Delete master and set as look-up then you can insert the data...

@taani.ax1426@taani.ax1426

Hi,

 

After you have created a roll-up summary field on an object, you cannot convert the object's master-detail relationship into a lookup relationship. Or else if there is no roll up summery field or any apex code is related to that, then  Go to Field. Edit -> Change Data Type - > Select Lookup Relationship.

 

regards,

Taani

Kapil GoutamKapil Goutam

beofre converting the master detail to lookup you also need to delete the existing data, after that salesforce allow you to change the type.

 

ian b goodeian b goode

Not true, there is no need to delete data. You may be getting confused with changing from lookup to master-detail where you must populate that field for every record before you can cahnge th efield type.