DFC transaction in multiple threads
Hello, Is it even possible to use dfc transaction in multiple threads? I'm starting transaction in one thread. Then in another thread I'm trying to lock object within defined time period (5 seconds). For this I'm using IDfPersistenObject.lockEx(false). If it's not possible to lock it (maybe another batch is working with…