What is the best practice to put a confirmation before a delete button…I find this troublesome if someone accidentally hits delete and destroys a lot of work at one time on a glide table from an interface
You could have a delete button with a ‘Show New Screen’ → ‘This Item’ action to show a slide in. Then on that new screen have a confirm or cancel button. Cancel would go back, and Confirm would do the actual delete.
Thank you Jeff!!! Perfect!