Hello all,
My project has two spaces: originals and published.
When file3.doc is deleted in originals, then I want Alfresco to automatically delete file3.pdf in published.
It is my code that transforms file3.doc into file3.pdf in the first place, so I create a child association between the two. But when the father is removed, the child remains 😞
How can I do this?
Is the child association the way to go?
Or can content rules be triggered by a deletion?
Thanks a lot!
Nicolas