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?