There is an ability to define a form behavior in EspoCRM. Example: Need to show nextStep field on Opportunity detail view only if stage is ‘Closed Won’.
There is an ability to define a form behavior in EspoCRM. Example: Need to show nextStep field on Opportunity detail view only if stage is ‘Closed Won’.
What’s new: Added presets for a list view search. Ability to create personal presets of filters. Ability to duplicate meetings and calls. Ability to disable export for regular users. Notifications now are created in cron process. This prevents the system…
EspoCRM can be installed on: Apache (instructions), Nginx (instructions), or IIS server with PHP version 7.4 and later MySQL 5.7 (and later), or MariaDB 10.1 (and later) Configuration Recommendations for EspoCRM PHP Requirements EspoCRM requires PHP 7.3 or greater, with…
Wow! We have added some essential features. Contact can be related to multiple Accounts. Ability to specify the role of the relationship. Multiple phone numbers per entity. Added role of Contact-Opportunity relationship. LDAP Authentication. Dynamic forms. Behaviour is declared in…
EspoCRM has built-in own ORM (Object-relational mapping). It’s very simple to create, update, read, delete and search entities. All these operations available through EntityManager object. EntityManager is available in record Services by method #getEntityManager().
Note: It’s possible to create custom entity through Admin UI. This article is outdated. I’m going to show you how to create new entities in EspoCRM manually. We will make new simple module called PM (Project Management) with Projects and…
What’s new: Ability to change company logos. Configurable export delimiter. Admin can generate password for users. New password will be sent to the user’s email address. Users can change their passwords. Spanish language (provided by Ulises Freitas http://ulisesfreitas.com). Address type field…
What’s new: Supporting multiple email addresses per entity. Email address can be marked as opted out and invalid. Images attached to posts now are displayed under the post. New field types: File and Image. Images displayed in a modal dialog.…
This post may not be actual at this moment. Please follow to the article in the documentation. Requirements EspoCRM runs on the most hosting providers. Detailed requirements include the following: PHP 5.6 or latest version of PHP with enabled pdo,…