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 […]