I have forms with lightweight hierarchical trees. To model the entire hierarchy in the lightweight fashion, I create the form in a BO that has a parent-child relationship to the BO I'm treeing and include both objects in the tree contents, selecting just the child attribute for each. I then set "Allow dropping nodes" to yes for those 2 attributes.
Everything seems to work fine. When I drag and drop a node onto another node, it indents the dropped node under the parent node as a child node as you would expect.
But if I click on it to edit, I get a message that says the record cannot be accessed and may have been deleted. If I close the form and come back, the record is gone (it was in fact deleted).
Screenshots are attached that shows the settings for the BO I'm treeing (the parent BO, "Account", has the same settings) and shows the error I encounter when I drag/drop, then select the dropped node.
