Salesforce admins: Urgent action required!

Mark as Parent Pointer: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
* Sync cleanup deletes orphaned child records, i.e., child records whose parent record does not exist. (This includes records that would be deleted by cascading delete.)
* Sync cleanup deletes orphaned child records, i.e., child records whose parent record does not exist. (This includes records that would be deleted by cascading delete.)


Then there is an impact on the delete operation, provided you allow [[Configuration#Delete_Behavior|cascading delete in project configuration]]:  
Then there is an impact on the delete operation, provided you allow [[Configuration#Delete_Behavior|cascading delete in project configuration]] and enable '''Delete with Parent''' for the entity:  
* When deleting parent entity records, all their child records are deleted as well. (If cascading delete is not allowed, you have to rely on sync cleanup.)
* When deleting parent entity records, all their child records are deleted as well. (If cascading delete is not allowed, you have to rely on sync cleanup.)


Navigation menu