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
I need to edit a view in EspoCrm. Should i inherit it from excisting, or just edit? Used documentation, but nothing happens. I added views and recordViews fields in custom/Espo/Custom/Resources/met...
Comment
Comment