Question

Email delete confirmation

Is there a way to eliminate the Yes/No prompt that you get when you click the trash can to delete an email?  I would prefer to not have to click 2 things in order to delete an email.

Like 0

Like

1 comments

Dear Scott,

It can't be done with the help of out-of-the-box-tools but theoretically it can be only achieved via development. The schema for the email page that is opened with the email is EmailPageV2. You should inspect the page and find out what line of code is responsible for this button and logic for the confirmation of deletion. After that you should comment confirmation dialog if it is present there and save the schema.

Best regards,

Oscar

Show all comments