Terry L Hawkins 13.Nov.10 12:06 PM a Web browser LEILEI - 8.0Windows
I have a Replication Activity connection that inserts/updates/deletes running great for 4 years. The source is SQL and target is Notes. In the past, if the record doesn't exists in the source, then it was deleted in the Target. Now I have a situation where a few records in the Target need to stay and not be deleted, even if it doesn't exist in source. So I add a field on the target of true or false and added a conditional clause on the target, if field = "true" then insert/update/delete. Well it didn't work. It's delete the record and adds all new records, every time. Any suggestions, maybe a different activity connection? Thanks in advance.