Category / Oro CRM

  1. OroCRM – Creating a simple CRUD (part 2)

    In the first part we covered module creation and index action of our CRUD module. That action was used to show all the records. In this article we will build the functionality that will allow us to update and delete existing records and create new ones. Form class For create and update action we will […]

  2. OroCRM – Creating a simple CRUD (part 1)

    Some time ago I heard about a project called OroCRM. The fact that one of the original Magento creators Yoav Kutner is involved and that it’s based on very popular Symfony2 framework made me follow it’s progress. Since I didn’t have much spare time at that period I was unable to dive deeper into OroCRM. […]