.. _connectedcontent: Connected Content ======================================= Attachment removed via Connected Content """"""""""""""""""""""""""""""""""""""""" This a brief summary on how to determine whether an attachment has been removed from an attachment grid via Connected Content. Upon removal, a note is added against the document in ECM. .. image:: /_static/img/connected-content-attachment-removed.PNG :alt: A note is added when an attachment is removed This in turn generates a change event in CMIS. The change event can be used to retrieve the affected document set. The child document can then be checked for any ``t1documentnoterelationship`` relationships. If there are any relationships, the target notes should be retrieved using the target id property. The name property on the note can then be used to determine whether a Connected Content removal has been performed. .. image:: /_static/img/connected-content-attachment-removed-note.PNG :alt: Finding the note .. image:: /_static/img/connected-content-attachment-removed-workbench.PNG :alt: Viewing an attachment removed note in Workbench