PHP backend - retrieve data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ednt
    Member
    • May 2022
    • 45

    #1

    PHP backend - retrieve data

    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.
  • yuri
    Member
    • Mar 2014
    • 9052

    #2
    Might need to create notStorable fields in your entity. And populate this fields somehow. With this hook maybe: https://docs.espocrm.com/development...kclassnamelist
    If 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

    • Ednt
      Member
      • May 2022
      • 45

      #3
      Ok and do I also have information such as user data (id, team, name etc.) and which database table/field is accessed? And how do I get to it?

      Comment

      Working...