I need to write code for finding duplicate entries in recent contact view within same internal domain. I'm not going to touch external internet contacts. Is there any special Property or method to do it (in lotus script?) comparing all the view entries with server nab is the good idea? can anyone suggest me best way to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Not sure if I fully get what you need, but here is what I suggest I would suggest to write small bunch of code that walk via view (Recent Contacts) and create a list and put there only unique pair of key/doc and store in another place all duplicates. you can create an agent with such code (please notice, I may use wrong key, so just define what field for you is a unique key) i.e.
duplicates - is a string with all mail domains that have at least 2 contacts in view (Recent Contacts) |
|||||||
|
errHandler: MsgBox Error() & " " & Erl() Exit sub End Sub |
|||
|
|