Hi all,
I have an one2many form, like invoice in one multiuser application with a grid to hold the detail records
The problem is that When the first user edit (inside the grid) some detail records and the same time the second user save another invoice, the detail records of the second user
go in the grid of the second user and ofcourse this confuse the first user
I use private datassesions and databuffering, master and details records link, are unique
Thank you
I have an one2many form, like invoice in one multiuser application with a grid to hold the detail records
The problem is that When the first user edit (inside the grid) some detail records and the same time the second user save another invoice, the detail records of the second user
go in the grid of the second user and ofcourse this confuse the first user
I use private datassesions and databuffering, master and details records link, are unique
Thank you