Ok so i just purchased a new sugarcrm professional instance on sugarcrm and I would like to add some custom logic to my leads. I would like to add them to an external service (mailchimp) through their api. ive seen that I have to create some custom php files, but I dont know how to upload them to my instance, and how is the structure of that upload. any help would be appreciated
Asked
Active
Viewed 586 times
1 Answers
2
You should create your Hook and subsequently created the installation package to install using Module Loader. Try to follow the guidance that you find here Creating an Installable Package for a Logic Hook

Popnoodles
- 28,090
- 2
- 45
- 53

Antonio Musarra
- 370
- 1
- 14
-
I wanted to add records to the database using the logic hook. What is the procedure for that? – Ravi Ranjan Sep 05 '17 at 11:08