Conditional deletion

Hi there,

I have a situation where I do not want to be able to delete an entry without a condition being met within the row. For example one of my rows has a field of 'absent' or 'present'. Regardless of user permissions I do not want to be able to delete the entry unless the form has been amended to absent. 

Is this possible? This behaviour should affect all users of the app including administrators. 

Thanks

John

Solved Solved
0 4 261
1 ACCEPTED SOLUTION

Not sure if this is what you want, but here goes...

 

Go Manage -> Author -> Editor Settings.  Turn on Show System Actions.  Go Behavour -> Actions and find the Delete action for the table.  Go into that action and set the "Only if this condition is true" to [ColumnName]="absent".  This should hide the delete button unless that formula is true

 

Simon@1minManager.com

View solution in original post

4 REPLIES 4
Top Labels in this Space