Please consider adding User-Response choices to the Alert function
In some cases we'd like to give an Alert message but allow the user to confirm/cancel.
Example: "We normally do not delete Comp records unless they are duplicates. Are you sure you want to delete?".
Could this be added to deluge? Perhaps a new message type "Prompt" and maybe with simple choices Yes, No, Cancel (or ideally configurable texts for more complex needs such as "Delete / Mark Inactive / Cancel") and maybe even more deluxe features.
Following the prompt, the deluge script of course would be able to know the response and the coding can use IF statements to act accordingly.