Trigger an agent in background by delete event?

Hi,

I want to sync Contacts and Calendar with other systems when users add/modify the document. The agent program works fine when a document is added or modified. However, it is never triggered if users delete contacts from web and by sync of local and server. Is there any way to trigger an agent in background (no UI) when a user deletes documents? Scheduled synchronization delays too much time and generate heavy loading on server for every user.

Databasescript-events happen under UI operation. They cannot be used in background.

Any ideas?

Subject: Not sure it could help

hi,

There is this article that explains how to get the deletion stubs :

http://planetlotus.org/profiles/jeff-tujetsch_45728

I am not sure you can use that in your scope but that’s the only idea I have.

Regards