Hi have realized a workaround for my customer for add a contact in my local names from a shared company address book.So that I have realized an agent that with the istructions ( doc is the selected document in shared address book)
Set destdb = New NotesDatabase(“”, “names.nsf”)
call doc.CopyToDatabase(destdb)
But when I use a replicator for Syncronize Contacts…don’t syncronize the new documents that I have copy in back-end.
I don’t see difference in the proprieties of document…
Have you any suggest?
How this task of replicatin find the modified documents in the local address book?
Subject: Synchronize Contacts
The Synchronize Contacts contacts feature only synchronizes contacts in your local names.nsf to your mail file for web mail and mobile (Blackberry) uses.
Subject: I know this…
Mike I know this…but my question is different.If I use the Frontend of local Names.nsf, the synchronize see my modification.
If I use the back-end class for create a document in my local names.nsf then the synchronize tool don’t see any changment.
My question is…how the syncronize tool mark the document modify ??? There a particular field???
Subject: Synchronize Contacts
The Synchronize Contacts contacts feature only synchronizes contacts in your local names.nsf to your mail file for web mail and mobile (Blackberry) uses.
Subject: Any solution?
I’m running into the same thing.