1
Prohibit Deletion
I Heve a task that will prohibit deleting tables and records, APP mac. Found how to hide the delete icon in the bar
html("
<style>" +
if not HUD then
".i-setting-print{display:none;}"
end +
"
.i-setting-trash{display:none;}
.i-setting-copy{display:none;}
.i-setting-add{display:none;}
</style>
")
But this is not a solution to the problem, because you can delete a record already in the table itself, we exit the record and delete. Does anyone have a solution to what problem? to restric any deletion?
Thanks
10 replies
-
When you edit a table you can set Delete Records to whomever you want.
-
You can do this at the foot of table setting page in edit mode
Create New record or Delete Record at the table level by user status
Content aside
- Status Answered
-
1
Likes
- 11 mths agoLast active
- 10Replies
- 143Views
-
4
Following