0
Close the cell after editing
Hello Everyone
I have a table, where my colleagues can write there requests for vacation.
I need to protect somehow the data after adding from future changes.
For example - I need a vacation from 05.12. till 07.12.
I am filling the data and sending to my bos.
After that I shouldn't be able to change this data.
Some ideas?
2 replies
-
Build a dashboard/Page to do all data entry. Then you can easily control write access. You can see if a field already has data and not allow any updates.
Or you do what Mel and Rafael do in this post.
-
You can go to the "More options" of the data field and insert the following code inside "Writable if":
'YOUR_FIELD_NAME' = null
Content aside
- 1 yr agoLast active
- 2Replies
- 78Views
-
3
Following