Create a Mass Delete List View Button in Lightning (without code!)

In the Classic Salesforce user interface, creating a mass delete List View button was quite easy. The old tried and true method involved using Java-script within an execute Java-script / on-click Java-script button, to handle parsing the multiple record id’s (from the selected items in the List View) and performing the deletion. Unfortunately, Java-script buttons are no longer supported in Lightning Experience, and so do not appear as available List View buttons in the Search Layout configuration.

Many people have tried to work around this, usually by using either Apex code or custom Lightning Component. This got me to thinking, … Read more