Forum Discussion
GauravSharma3
7 years agoQrew Commander
Hi, there is no native solution to solve this problem. but, you can easily hide the delete button with the help of some code.
Create a formula-Rich text field and paste the following code.
Thanks,
Gaurav
Create a formula-Rich text field and paste the following code.
If([Your checkbox field]=true, "<img src=\"/i/clear2x2.gif\" " & "onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$('#deleteButton').hide();}\">", "")Just try this and let me know if this solution works for you.
Thanks,
Gaurav