If I wanted to add another integration to the admin (apart from google,mailchimp), which files should I looking at for example?
Add my own integration in admin
Collapse
X
-
Tags: None
-
The software integration requires me to include a javascript file in order to include their connect button. The file also includes their library. In admin/integration/name=Name, I'm able see the integration link, but when I click on it, I can't not see the connect button. Where should I include the file? (adding it in main.html didn't work)Comment
-
I don't remember. It's been awhile. Try to investigate code.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
I figured out how to load the file, using http://forum.espocrm.com/forum/devel...tom-javascript as referenced. "exportsTo": "window". But for some reason, their custom element button is not visible. In js file, I just implemented their recommend setup function for redirecting.Comment
-
I added sjcl from github to the jslibs file, but I would get an error: "uncaught typeerror: cannot read property of "hash" (or "misc") of undefined. The variable name and the value assigned to it exist. I don't understand why is this an issue.Comment
Comment