We have some related list buttons that don't work in Lightning. We'd like to hide those buttons when we deploy some user sets to Lightning, but keep them for users who will be staying on Classic.
I've used Sortable Data Grids to have more control over some other related lists, but that introduces its own set of quirks that I'd rather not deal with.
Is there a more simple way to get around this?
Thanks!
2 Antworten
i can only think of creating custom buttons with a Javascript code or so at the backend.. which will detect the UI experience and display the button accordingly.
Dynamic actions is another thought but needs to explored