Lock fields/items in the object
Is there way to lock members from editing certain fields/items under an object?
8 Replies
No, role-based access will be done in the future
got it, is there way to lock editing for all members then? we are trying to protect the integrity of business data from accidental edits
AFAIK no
Would love to get roles as well with readers and writers.
You can use API to get data, compare with previous version and restore if changed. But it means some dev to do
@bob I though you can setup an user with read only roles into DB?
Directly in database? 🤔
Never tried that to be honest
Me neither 😄
I'd have to take a look at database layout and find specific column, maybe I'll do it later today
Not a priority for me, I would prefer to get the many-to-many relationship 😉