Location of stream data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugappan
    Active Community Member
    • Aug 2017
    • 467

    Location of stream data

    The stream data in espocrm is fantastic. It provides the users the facility to determine the events and changes. While it is good on UI, we need to access this information so that we can produce a number of reports external to escpocrm. We need help to locate the structure and name of the table for the stream data. We think the data is in the Note table but very vague on the contents.

    Appreciate help on getting the details structure and contents for the stream data. Thank you in advance.
  • yuri
    Member
    • Mar 2014
    • 8444

    #2
    You are right, all needed stored on 'note' table.



    fields you might need:

    type - can be Post, Update, Create, Assign.
    parentId, parentType - record note is related to
    data - additional data in json
    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

    • murugappan
      Active Community Member
      • Aug 2017
      • 467

      #3
      Thank you so much.

      Comment

      Working...