Hi,
Another quesiton about DualWrite ;)
We have two tables - contract and contract lines. During one event contract record is created first and then it's lines.
Typical situation. However, when both tables are enabled for synchronization in DualWrite we get an exception - when
lines are being processed - contract wasn't found. And it seems that in DW queue lines are first and then the header. The
proof of that is when lines are disabled for synch header goes through smoothly.
So the question is - is there any way to force the processing order in DW, so it would work as FIFO queue?
I've noticed that first part of DW logic (after insert) is triggered by Business Events - maybe it's some setting there?