Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Here is another approach. Make an Automation to delete the record when a certain checkbox is checked. The automation run under the Permissions authority of who created it (actually who last modified it).
So sort of by remote control, the user can request the automation to fire.
Then you have infinite control over who can see or edit that checkbox field and even if the user does not have permissions to delete record, that can "phone a friend" (if you remember that TV show "Who wants to be a millionaire"), and ask them for help.
So sort of by remote control, the user can request the automation to fire.
Then you have infinite control over who can see or edit that checkbox field and even if the user does not have permissions to delete record, that can "phone a friend" (if you remember that TV show "Who wants to be a millionaire"), and ask them for help.
QuickBaseCoachD
8 years agoQrew Captain
The other approach that i used to use was a webhook to delete the single record. But there is some 'coding" syntax involved in setting up a webhook, so I would not try to guide someone though that coding on this forum.