From: Jay on
I know how sync framework works but I'm wondering how can I use it if I have
multiple branches. Each of the branch must have its own database for offline
use. There is no problem here. But how about when, say, I sold an item? The
qty must be deducted right away from the main database. Since sync framework
as what I understand will only synchronize the data and will not do
calculation as what we are doing like clicking a button to save a record and
deduct an item (qty) from an inventory table.

Any ideas is highly appreciated.

Thanks