Here's what I'm trying to do (in BON2):<br><br>In the model I have gathered up all objects of a particular kind (using project->findByKind()), and I want to delete them all from the model.<br><br>Using destroy() on the objects seems to cause numerous problems. Is there an easy way to do this? What are the cautions and pitfalls to be observed when using destroy()?<br>
<br>Thanks,<br>-Joe<br><br><br>