I have a model driven app where users create records. Only the owner of the record may update it but it is visible to all users.
The requirement now is to allow 'co-owners' who can edit the record. I have created a new table that allows the user to relate multiple users to the record but I can't figure out how to share the record with those users so that they can edit it.
Has anyone else done anything like this or have any thoughts on how I could achieve this?