I started to use EspoCRM and i want to add a new button which can connect to another program (via link). Then that program should run via the button. How can i create that, have you any tips?
a new button for connecting another function
Collapse
X
-
Add to file crm/client/custom/src/views/YOURENTITY/detail.js :
Code:this.menu = { 'buttons': [ { "label": "Your Label", "link": "Your link", "target": "_new", "acl": "read" } ], 'dropdown': [], 'actions': [] };
-
Hello
https://stackoverflow.com/questions/...20526#44820526
Comment
Comment