I have encountered the following problem:
In an app, different departments need to enter information about a case. These are not defined in a sequence so it happens that users work on the same case. If user 1 saves the information for his department in field A and then user 2 saves the information for his department in field B, the information in field A is set to empty again.
It seems to be the case that even if only field B is edited the whole row is beeing updated and since the field A (even if not even available to edit for User B) is not yet synced and therfore empty the field gets overwriten with empty.
This leads to a lot of frustation. Is there any way to just edit the field instead of the whole row or to be sure that every user can only work with the updated information (something like user 2 cannot save out of sync information)