Global Stream Field Change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JRender
    Junior Member
    • Mar 2025
    • 9

    Global Stream Field Change

    Hello,

    Our organization began using Espo several months ago and so far we've been quite satisfied with the results. I did notice something about the Global Stream that I wanted to ask about though.

    In the Lead entity, when I change someone's status in the status field (we are using custom statuses), it registers in the global stream as an update and lists the status that they were changed to. However, for any other field that the Lead entity has (whether it be a pre-made field or a custom created one) when the field is changed, the global stream says the record was updated and gives the name of the field that was changed, but it doesn't say what the field was changed into (like the status does).

    Is there any way to make the other fields also show what they were changed into in the Global Feed like the status field does? If so, how do you go about doing that?

    Any help you can provide will be greatly appreciated, and thank you for your time.
  • item
    Active Community Member
    • Mar 2017
    • 1518

    #2
    Hi,
    if understand, have you checked in EntityManager->Entity->Field->audited = true ?


    Attached Files
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • JRender
      Junior Member
      • Mar 2025
      • 9

      #3
      The other fields do have auditing set to on, which is why it shows that the field was updated. It just doesn't show what the field was updated to.

      I've included a screenshot of consecutive log updates in my global feed with the names redacted to protect privacy. As you can see the first (bottom) update entry shows that the status field was changed to Registered. The update log just above it says the Program Type field was changed, but it doesn't say what it was changed to. It would be nice if there was a way to enable it to do that.

      FYI, the Leads entity has been renamed Students because we are a school.

      Comment

      • lazovic
        Super Moderator
        • Jan 2022
        • 932

        #4
        Hi JRender,

        You just need to click on the arrow after the lead name (or other entity record).

        Example with a closed arrow:

        Click image for larger version

Name:	image.png
Views:	26
Size:	5.4 KB
ID:	116857

        Example with an open arrow:​

        Click image for larger version

Name:	image.png
Views:	26
Size:	6.0 KB
ID:	116858

        Comment

        • JRender
          Junior Member
          • Mar 2025
          • 9

          #5
          Thank you for your response lazovic. I was aware that I could click on the drop-down arrow to see that information, and I wouldn't necessarily want to turn that off for Text fields lest the global stream feeds become incredibly long. However, I was hoping that there might be a way for certain field types that typically don't use a lot of characters like Enum or Multi-Enum to display what the field is being changed to by default without having to click on the arrow each time. If that is not possible in the current iteration of Espo, I understand though.

          Comment


          • lazovic
            lazovic commented
            Editing a comment
            I think this can only be achieved by adding/modifying the code.
        • Kharg
          Senior Member
          • Jun 2021
          • 453

          #6
          JRender you can use Stream-pro to always have updates expanded:

          Full Time and Date for EspoCRM Stream Notes. Contribute to Kharg/stream-pro development by creating an account on GitHub.

          Comment

          • JRender
            Junior Member
            • Mar 2025
            • 9

            #7
            I had not heard of that extension before, so thank you for bringing it to my attention Kharg.

            Comment

            Working...