We would like to do something ourselves in the PHP backend before the data retrieved from the database is sent back to the user. What is the right place for this and do I also have information such as user data (id, team, name etc.) and which database table/field is accessed.
PHP backend - retrieve data
Collapse
X
-
Might need to create notStorable fields in your entity. And populate this fields somehow. With this hook maybe: https://docs.espocrm.com/development...kclassnamelistIf you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment