Subject How can I best apply IBO transactions.
Author bernaert2002
If a user wants to update a customer record (edit) and in the
customer record we have several codes as paymentconditions, zipcode,
language, country.
During the editing of the customer record, the user can create new
codes in those tables.
At this moment a have a TBOTransaction component by table.
So the edit of the customer record is not affected by the post and
commit on a subtable.
Is this the right way to do that ?

Thanks for your help.