We were testing out an Lotus Notes application and wondering why the Responses property for any document object was returning a collection of no documents. After trying a few things and searching for several different combination on the Notes Net forum, we finally found this document: http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/bc40ce0ae4368fd58525688c0023eafc?OpenDocument.
Read more…
Viewed 953 times by 353 viewers
Replication/Save conflicts document are a necessary in a distributed environment like Lotus Notes. A developer can do all he/she can to minimize conflicts through things like setting the form properties to merge conflicts if possible and using document locking in Notes 6. But maybe document locking is something that can’t be implemented, because your users aren’t on Notes 6 yet or because the application is really distributed (users with local replicas and no network access can edit existing documents). In that case, you’re bound to have conflicts and will need to deal with them.
Read more…
Viewed 735 times by 260 viewers