espocrm | EspoCRM open source CRM application
kandi X-RAY | espocrm Summary
kandi X-RAY | espocrm Summary
EspoCRM is an Open Source CRM (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface. It's a web application with a frontend designed as a single page application and REST API backend written in PHP. Download the latest release from our website.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Runs the Symfony tests .
- Find user stream .
- Create link .
- Process row .
- Transform datetime item item .
- Splits an expression .
- Adds a relation to an entity .
- Store email address data .
- Get where part item .
- Fetch email from mail server .
espocrm Key Features
espocrm Examples and Code Snippets
Community Discussions
Trending Discussions on espocrm
QUESTION
I created a custom entity named "Project". Each time a comment is written in the Stream section of a project, I need to send the comment via email to the comment author AND to the target account of the project.
The email subject must be structured as follows: "[] New comment on ". Ex: [123] New comment on Sample Project.
Does EspoCRM allow to solve a problem like this? If true, please provide guidance, useful docs, etc. I have explored the docs but no success to solve this specific problem.
...ANSWER
Answered 2021-May-25 at 13:13Here is some good information:
- The entity name is
Note
, so every record on stream panel is a Note entity. Note
entity is not customizable by design, because it is core entity.- A way to send emails conditionally in Espocrm is Formula.
Note
is not customizable, so cannot write formula for it.- To make it customizable, create this file:
- Path:
custom/Espo/Custom/Resources/metadata/scopes/Note.json
- Contect:
{"customizable":true}
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install espocrm
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page