Skip to content

OroCRM Bundle that defines Oro Contact 'firstName' field as filter and sorter in OroCRM REST JSON API

Notifications You must be signed in to change notification settings

pedrofurtado/orocrm-firstname-api-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OrocrmFirstnameApiBundle

Introduction

Define Oro Contact 'firstName' field as filter and sorter in OroCRM REST JSON API.

Originated from:

Installation

$ composer require pedrofurtado/orocrm-firstname-api-bundle

Commands

After installation of this Oro Bundle, execute in root folder of oro project:

$ php app/console oro:api:cache:clear
$ php app/console oro:api:doc:cache:clear
$ php app/console cache:clear
$ php app/console oro:migration:load --force --show-queries

Then, restart the application, clear all caches, and enjoy it!