code trigger on move
Hi,
i'm searching to capture the event of the move command of pages.
This command does 4 things:
- it deletes a page author side
- it creates a renamed page author side
- it deletes a page public side
- it creates a renamed page publish side (if the user wants)
I can capture the first and second step with a trigger an author.
For the remaining points i must stay author side so i cannot do a trigger publish side.
Can i use a custom replication agent? How?
How can i associate a snippet java to a replicator agent?
Thanks