Is it possible to perform cascade deletion of members that are used as domain attributes in other entities?

Answered Is it possible to perform cascade deletion of members that are used as domain attributes in other entities?

  • 26 April 2012 17:23
     
     

    Hi, I'm wondering if it's possible to perform cascading deletions of members that are being referenced in other entities as a domain-based attribute.

    The use case is if the primary member is in a non-validated or custom "unpublished" state according to an attribute, and if it is currently being referenced by members of another entity, is it possible to have the members of the other entity deleted as well if the referenced member is deleted?

    Thanks!


    http://www.henryong.com

Semua Balasan

  • 27 April 2012 14:02
     
     Jawab

    Henry,

    Pretty sure you cannot do this.  The only option would be to set the referenced entities to NULL when a delete is made. 

    • Ditandai sebagai Jawaban oleh Henry Ong 27 April 2012 22:16
    •  
  • 02 Mei 2012 18:38
    Moderator
     
     

    This is not supported by the product but you can probably write custom workflow to achieve this.

    Thanks, Tomer (MSFT)