My Hobby Site

My hobbies and myself

SugarCRM

  • Opportunities, Tasks and ToDoist for SugarCRM — part II

    Subject Well, there was the part I, so it’s time to write part II. Hre I’ll focus on the integration with the ToDoIst site (https://todoist.com) using their REST API. Here is the link to the documentation: https://developer.todoist.com/rest/v8/ Symptoms Actually, I …

  • Add custom action button to the Opportunity screen in SuiteCRM (SugarCRM)

    Subject When working with an opportunity, I would like to change the status of the Opportunity also making some extra logic to execute. For example, when applied online for an opportunity, there is not much information to be added to …

  • Opportunities, Tasks and ToDoist for SugarCRM — part I

    Subject When new Opportunity created or its status changed, new Task to be created and also new Task in ToDoist application to be created. Optional: when Opportunity is closed, all open Tasks to be closed as well, also on ToDoist.…

  • Many-to-many relationships in SugarCRM via REST and perl

    Subject In my previous article “Create appointments (meetings) in SugarCRM via REST and perl” I described how I created appointments using Web services. This worked, but with one major glitch – solution provided didn’t put appointment status in …

  • Create appointments (meetings) in SugarCRM via REST and perl

    Subject To prepare for some bigger project I plan with SugarCRM I decided to write a client program, which would create new appointments or meetings as they call it in SugarCRM. Initially I was planning just to program a tool …