cancel
Showing results for 
Search instead for 
Did you mean: 

content management rules

ngiolet
Champ in-the-making
Champ in-the-making
With "content management rules" you can run a script each time a file is added to space or leave the space or modified.
But if I want the script is executed when a file is deleted? How to do this?
Thanks in advance.
1 REPLY 1

norgan
Champ in-the-making
Champ in-the-making
Hi ngiolet,
with existing tools, my spontaneous idea would be :
make yourself a space "trash bin" and a content type "tobedelteted" and setup an action "mydelete".

"mydelete" does the following :
1) change type of content to "tobedeleted"
2) move to "trashbin"

Then create a business rule
"if content type = "tobedeleted" and "leaving", then …."

Might be, that an aspect or a category would be suited better for that, I guess you need to think about it 😉

Regards, Norgan,