I'm trying to add a custom button to the details view of an entity using the flow described here: https://docs.espocrm.com/development/custom-buttons/.
The button does appear in the right corner, but the event handler is not being triggered when I click it.
Is there anything I need to do beside rebuilding from the administration page. How is the js page supposed to be loaded in the browser (would espo just load all js files automatically or do I need to reference it somewhere)?
Thanks ,
Mihai,
The button does appear in the right corner, but the event handler is not being triggered when I click it.
Is there anything I need to do beside rebuilding from the administration page. How is the js page supposed to be loaded in the browser (would espo just load all js files automatically or do I need to reference it somewhere)?
Thanks ,
Mihai,
Comment