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?

StackOverflow https://stackoverflow.com/questions/19124022

Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top