"Updates" only user own records in a tab but showing all

Hi, I canโ€™t find a complete example to limit the Users to Updates only own records but viewing all. Are some good Topic can read for this?
Thanks.

Solved Solved
0 4 225
1 ACCEPTED SOLUTION

4 REPLIES 4

There are a few ways to accomplish this, depending on your exact goal and setup.

One option is to provide editable_if expressions for each column.

Another option would be to create 2 slices of the data, one to only shows a userโ€™s own rows, and with Update permissions, and another to show all other rows without Update permissions.

Or you could add an expression to hide/show the edit button based on user.

Among other possibilitiesโ€ฆ

Thanks @Marc_Dillon, in this case I would like simply hide the edit button if the user is not the owner of the record.

Iโ€™ve missed the easier wayโ€ฆ Thanks!

Top Labels in this Space