In order to configure and add the Delete button on Unmatched Emails List View, please proceed as follows:


|
{!REQUIRESCRIPT('/soap/ajax/29.0/connection.js')} try { var selectedRecords = {!GETRECORDIDS( $ObjectType.ortoo_e2a__Queued_Email_Message__c )}; if(selectedRecords.length<1) alert('Please Select at Least One Row !'); else { userConsent = confirm( selectedRecords.length + ' Record(s) will be Deleted. Continue ? ' ); if(userConsent == true) { delResult = sforce.connection.deleteIds(selectedRecords); if (delResult[0].getBoolean("success")) { alert('The Record(s) were Deleted Successfully.'); window.location.reload(); } else alert( 'The Record(s) Could Not be Deleted. Error Message: ' + delResult[0].errors.message ); } } } catch(e) { alert('The Action Could not be Completed. Error Message: ' + e); } |

Delete button will now be added on the unmatched emails list view pages.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy8yMzgxLzM3MTcvY2tmaW5kZXIvaW1hZ2VzL2ltYWdlKDIwKS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzM0ODMzODJ9fX1dfQ__&Signature=BAmWuXwSszDEQMRBNl4Lrnd8y2OM2yVi9gOA6ivsX13NJQXqfRyxIyVW0oiY-0W2aKb1XVWbFEW9XHexVFZKVE9nFXZhBCMa74-lZI~Ss1~-r6YpPlzn9GHG1K3N2JmYJiLhL~qcV8Nrp4HPkRqTj~o9-MPay~wOTqWo-Xp~UszTzbqKkzAMDYDh2lSvCHOWSvPKNj1kPu11nWlBjMvKgKwRPwyQF4e2LdeDsMJXTePtUvwHPG0nu-HefKo4GfO~hxJw8mtomn8BApdQwPqS~61qUkP2SX8Rq4-DBLoXWbtluKPCFU3LB~f6Rx2k8r-Ib41CR45zodhItlWOYcaMhA__&Key-Pair-Id=K2TK3EG287XSFC)
Please contact us at support@ortooapps.com for any questions.