function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
plarsenplarsen 

Enhanced List - bug? Custom button not working

Hi

We are using custom list buttons on custom objects which executes javaScript

We have also removed/disabled the "new" button as all new records are introduced via the API

It all works fine unless you activate the Enhanced lists.

In the Enhanced list the button isn't triggered if it is the first (left most button).

If we move it and makes it button number 2 it works fine, but then the other leftmost button doesn't work.

 

The code is as simple as this:

alert("Running Start");

 

Anybody out there with a good explanation, and preferable with a fix.

Thanks
Peter