Create buttons in Listview on a per row level

Hi can anyone point me in the right direction. I’m trying to add buttons on the listview against each record row. I’ve seen old sugracrm doc with regards to adding actions from the dropdown but need actual buttons against each record row in the listview. This method must be upgrade safe

Hi,

I’ve added a blog post about adding row level buttons to the list view here: http://www.jsmackin.co.uk/suitecrm/add-row-buttons-to-the-list-view-in-suitecrm/

In short you can add a new non-db field and add a logic hook to add appropriate HTML to the button. This can then be displayed in the list view. All of this is upgrade safe.

Thanks,
Jim

1 Like