Search code examples
vbaclient-sidedatabase-replicationlotusscript

In Lotus Notes, how can I add a Database to the 'Replication and Sync' Tab and launch the background replicator on the Notes Client via LotusScript?


I want to be able to programmatically add Database(s) to the Replication and Sync tab in the Notes Client and then run the background replicator on the Notes Client.

Appreciate any ideas, I have scoured the web, to no end.


Solution

  • Adding the database to the replicator tab can be simply done with the replicate- method of the notesdatabase- class or via NotesUiWorkspace- methods. For the second suggestion you can find an example here.

    Unfortunately you can not start background replication with LotusScript, you have to wait for it to occur.