Hi community
Please, help with this very old topic, for which I cannot find a solution.
I’m working on version 8.14.
The problem is to prevent the execution of the event UNSAccountBInGroupB when a custom synchronization from target system to OI deletes the record.
Let me be clear: when I run a full synchronization, in order to get the data from the target system, sometimes I need to remove some UNSAccountBinGroupB. But when I do that (I’ve tried in several ways, from using ISingleDbObject to using entity, passing through deepdelete or simply putting XOrigin = 0 – when I can- or XIsInEffect = 0) , even if I set variable Connection.Variables("FULLSYNC") = True, the event Delete is always fired and the process is started.
How can I prevent this, in order to do not synchronize back the target system?
Thank you in advance
Alberto