Hi @Maxime.Schaller , One thing we have done in the past to find and delete orphans on a selective access list, is to create a "dummy" parent item to house all the orphaned list items and then using a list property & import action to move orphaned items to the new "dummy" parent item. The list property formula is setup to use the existing parent if the list item has one, but for orphans calculates the "dummy" parent code (the formula is basically Calculated Parent = IF ISNOTBLANK(parent) then CODE(Parent) else "Dummy-Parent-Code"). Then we run a List to List import action and map the calculated parent line item to the item parent. After running this action your previously orphaned list items will reappear in modules under the dummy parent item. Just sharing with the community in case anyone runs into issues like we have, where there were large numbers of orphans we needed to cleanup and needed a way to analyze in a module first before deleting, thus making a manual deletion more difficult.
... View more