Converting lookup relationship into master detail relationship
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}
up vote
1
down vote
favorite
I had converted lookup relationship into master detail for a child object which contains lakhs of records. So when a parent record is deleted, all these child records has to be deleted automatically since now the relation has been converted into master-detail. Will this standard deletion throws some error since the records size is huge?
lookup master-detail
add a comment |
up vote
1
down vote
favorite
I had converted lookup relationship into master detail for a child object which contains lakhs of records. So when a parent record is deleted, all these child records has to be deleted automatically since now the relation has been converted into master-detail. Will this standard deletion throws some error since the records size is huge?
lookup master-detail
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I had converted lookup relationship into master detail for a child object which contains lakhs of records. So when a parent record is deleted, all these child records has to be deleted automatically since now the relation has been converted into master-detail. Will this standard deletion throws some error since the records size is huge?
lookup master-detail
I had converted lookup relationship into master detail for a child object which contains lakhs of records. So when a parent record is deleted, all these child records has to be deleted automatically since now the relation has been converted into master-detail. Will this standard deletion throws some error since the records size is huge?
lookup master-detail
lookup master-detail
asked 7 hours ago
Sindhuja
142
142
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
If you have already done conversion ,the child records will be auto deleted upon parent record deletion.Look for if you have any triggers on the deletion of parent record as that could impact deletion.
Below are some of the considerations that one should consider before changing relationship from lookup to master detail
- Make sure that every child records has a parent assigned .If you have records with no parents assigned the conversion will fail
- All child records will have the ownerId as that of parent and the sharing settings will be inherited of the Parents .
Make sure you don't have reports referencing the field.If you have then those have to recreated as they might throw error .
In short it does not matter how many records you have ,the system automatically takes care of conversion , however be sure to review the implications listed above and first make these changes in sandbox and experiment before doing this change in PROD environment .
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
add a comment |
up vote
1
down vote
You should be fine with standard deletes as long as your data doesn't qualify to be a data skew.
Even when you talk about data skew you see the issues mainly around
updates because of high chance of locking issues but not on deletes.
As a best practice, don't exceed 10,000 child records for a master-detail relationship. Also read Considerations for Relationships
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
add a comment |
up vote
0
down vote
Along with the points mentioned in other answers, find additional notes
Verify if owner field has been used in any classes as detail record of MD relationship should not have owner field.
For huge number of records, there could be possibility of halting or locking the sharing settings, when you change it. So, this needs to be performed outside of business hours.
There could be change in custom report types.
Also, for more information, refer Considerations for Relationships
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If you have already done conversion ,the child records will be auto deleted upon parent record deletion.Look for if you have any triggers on the deletion of parent record as that could impact deletion.
Below are some of the considerations that one should consider before changing relationship from lookup to master detail
- Make sure that every child records has a parent assigned .If you have records with no parents assigned the conversion will fail
- All child records will have the ownerId as that of parent and the sharing settings will be inherited of the Parents .
Make sure you don't have reports referencing the field.If you have then those have to recreated as they might throw error .
In short it does not matter how many records you have ,the system automatically takes care of conversion , however be sure to review the implications listed above and first make these changes in sandbox and experiment before doing this change in PROD environment .
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
add a comment |
up vote
1
down vote
If you have already done conversion ,the child records will be auto deleted upon parent record deletion.Look for if you have any triggers on the deletion of parent record as that could impact deletion.
Below are some of the considerations that one should consider before changing relationship from lookup to master detail
- Make sure that every child records has a parent assigned .If you have records with no parents assigned the conversion will fail
- All child records will have the ownerId as that of parent and the sharing settings will be inherited of the Parents .
Make sure you don't have reports referencing the field.If you have then those have to recreated as they might throw error .
In short it does not matter how many records you have ,the system automatically takes care of conversion , however be sure to review the implications listed above and first make these changes in sandbox and experiment before doing this change in PROD environment .
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
If you have already done conversion ,the child records will be auto deleted upon parent record deletion.Look for if you have any triggers on the deletion of parent record as that could impact deletion.
Below are some of the considerations that one should consider before changing relationship from lookup to master detail
- Make sure that every child records has a parent assigned .If you have records with no parents assigned the conversion will fail
- All child records will have the ownerId as that of parent and the sharing settings will be inherited of the Parents .
Make sure you don't have reports referencing the field.If you have then those have to recreated as they might throw error .
In short it does not matter how many records you have ,the system automatically takes care of conversion , however be sure to review the implications listed above and first make these changes in sandbox and experiment before doing this change in PROD environment .
If you have already done conversion ,the child records will be auto deleted upon parent record deletion.Look for if you have any triggers on the deletion of parent record as that could impact deletion.
Below are some of the considerations that one should consider before changing relationship from lookup to master detail
- Make sure that every child records has a parent assigned .If you have records with no parents assigned the conversion will fail
- All child records will have the ownerId as that of parent and the sharing settings will be inherited of the Parents .
Make sure you don't have reports referencing the field.If you have then those have to recreated as they might throw error .
In short it does not matter how many records you have ,the system automatically takes care of conversion , however be sure to review the implications listed above and first make these changes in sandbox and experiment before doing this change in PROD environment .
edited 6 hours ago
answered 7 hours ago
Mohith Shrivastava
58.7k794133
58.7k794133
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
add a comment |
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
OP was asking about cascading deletion after conversion!
– codeyinthecloud
6 hours ago
1
1
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
Enhanced the answer to make it appropriate
– Mohith Shrivastava
6 hours ago
add a comment |
up vote
1
down vote
You should be fine with standard deletes as long as your data doesn't qualify to be a data skew.
Even when you talk about data skew you see the issues mainly around
updates because of high chance of locking issues but not on deletes.
As a best practice, don't exceed 10,000 child records for a master-detail relationship. Also read Considerations for Relationships
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
add a comment |
up vote
1
down vote
You should be fine with standard deletes as long as your data doesn't qualify to be a data skew.
Even when you talk about data skew you see the issues mainly around
updates because of high chance of locking issues but not on deletes.
As a best practice, don't exceed 10,000 child records for a master-detail relationship. Also read Considerations for Relationships
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
You should be fine with standard deletes as long as your data doesn't qualify to be a data skew.
Even when you talk about data skew you see the issues mainly around
updates because of high chance of locking issues but not on deletes.
As a best practice, don't exceed 10,000 child records for a master-detail relationship. Also read Considerations for Relationships
You should be fine with standard deletes as long as your data doesn't qualify to be a data skew.
Even when you talk about data skew you see the issues mainly around
updates because of high chance of locking issues but not on deletes.
As a best practice, don't exceed 10,000 child records for a master-detail relationship. Also read Considerations for Relationships
edited 6 hours ago
answered 7 hours ago
codeyinthecloud
2,167219
2,167219
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
add a comment |
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
Data skew won't impact deletion capability .It's good practice to ensure data skew is not violated however for deletion it should not matter as the deletion happens under the hood .
– Mohith Shrivastava
6 hours ago
1
1
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
@MohithShrivastava True let me highlight that part.
– codeyinthecloud
6 hours ago
add a comment |
up vote
0
down vote
Along with the points mentioned in other answers, find additional notes
Verify if owner field has been used in any classes as detail record of MD relationship should not have owner field.
For huge number of records, there could be possibility of halting or locking the sharing settings, when you change it. So, this needs to be performed outside of business hours.
There could be change in custom report types.
Also, for more information, refer Considerations for Relationships
add a comment |
up vote
0
down vote
Along with the points mentioned in other answers, find additional notes
Verify if owner field has been used in any classes as detail record of MD relationship should not have owner field.
For huge number of records, there could be possibility of halting or locking the sharing settings, when you change it. So, this needs to be performed outside of business hours.
There could be change in custom report types.
Also, for more information, refer Considerations for Relationships
add a comment |
up vote
0
down vote
up vote
0
down vote
Along with the points mentioned in other answers, find additional notes
Verify if owner field has been used in any classes as detail record of MD relationship should not have owner field.
For huge number of records, there could be possibility of halting or locking the sharing settings, when you change it. So, this needs to be performed outside of business hours.
There could be change in custom report types.
Also, for more information, refer Considerations for Relationships
Along with the points mentioned in other answers, find additional notes
Verify if owner field has been used in any classes as detail record of MD relationship should not have owner field.
For huge number of records, there could be possibility of halting or locking the sharing settings, when you change it. So, this needs to be performed outside of business hours.
There could be change in custom report types.
Also, for more information, refer Considerations for Relationships
answered 6 hours ago
Santanu Boral
29.4k52150
29.4k52150
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f239053%2fconverting-lookup-relationship-into-master-detail-relationship%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password