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=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy8yMzgxLzM3MTcvY2tmaW5kZXIvaW1hZ2VzL2ltYWdlKDIwKS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzUzOTYzOTB9fX1dfQ__&Signature=L64-x7luo1NuezAH8qxs3HqTmZ5BJiSUUuO1GKtshMRXHiJSINQbPQuxHFohl~cEt4LS85PkM-aKbUkL8tpjLREcnM50OoEU6PdtGLHaAyPB3GapQRPE-rFRnxQ0CXz5IIFCp037ARyuo7N6eko5DsWG03EG48dSt3-Tfj~pnjYJzhHHYIVPhExRUp6SnlYAIde8Z6gFQZGZM25mZO-i5CVDM7YjYLo1MqWXJZzRtX98KauQYloW-ffbz13LfAfeX-~6F1~t0M6xY~5yjXj2I1aSumCxs23RwmMTC5Nc7fISFHXe~~l9mpgScdRFULA1qIVo7hPvWWIcVOWHADTISw__&Key-Pair-Id=K2TK3EG287XSFC)
Please contact us at support@ortooapps.com for any questions.