2 Replies Latest reply on Apr 18, 2004 12:05 PM by davout

    Deleting child entries in a one-to-many relationship

    davout

      In situation where a parent entity has a one-to-many CMP/CMR relationship to a child entity, is there a quick way to delete all child entity data instances without deleting the parent entity?

      I thought I read somewhere that you could use the parent entity field representing the child entity container method and call its 'clear' method but this doesn't seem to work.