VivekVishwanat3
7 years agoQrew Cadet
How to handle Deletion of the record in QuickBase?
Hi, I have a table
Record ID_ Value_
1 20
2 21
3 19
4 15
5 25
Deleting a record should be made possible only if Record ID is having maximum Value.
i.e., here in this situation Record ID=5 deleting should be possible and deleting Record ID=4(or) below, should not be possible.
Record ID_ Value_
1 20
2 21
3 19
4 15
5 25
Deleting a record should be made possible only if Record ID is having maximum Value.
i.e., here in this situation Record ID=5 deleting should be possible and deleting Record ID=4(or) below, should not be possible.