Announcement

Collapse
No announcement yet.

Show in Stream what exactly was updated by a user in a Field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Prez
    replied
    Thank You all for help!

    Leave a comment:


  • espcrm
    commented on 's reply
    Doesn't look like text and WYSIWYG field support it at the moment. You would need to feature request or edit the code yourself.

  • Prez
    commented on 's reply
    Hello!

    The same goes for any "text" value apparently.

    Despite:
    ...
    "description": {
    "type": "text",
    "audited": true
    },
    ...


    But Varchar works just fine

  • Prez
    commented on 's reply
    Hi!

    Espocrm version: 7.2.7


    Here is what is in the Entity file for this field:

    ...
    "description": {
    "type": "text",
    "audited": true
    },
    ...

  • espcrm
    replied
    Think you doing something wrong. See my screenshot, with Description it is a bit funny looking.
    Click image for larger version

Name:	image.png
Views:	177
Size:	24.9 KB
ID:	86127


    Description fail:
    Click image for larger version

Name:	image.png
Views:	177
Size:	5.6 KB
ID:	86128

    Leave a comment:


  • Kharg
    replied
    I do get the field history, maybe it doesn’t work for certain field types.

    also update to latest version to get a better interface for updates.

    relevant thread: https://forum.espocrm.com/forum/gene...w-config-audit
    Last edited by Kharg; 12-08-2022, 10:04 PM.

    Leave a comment:


  • Prez
    commented on 's reply
    This option is already enabled for this Field. It shows which field was edited, at which time.
    My question was about the history of the fields contents.

    (Small remark: the first screenshot is how it is now; and the second screenshot is how it supposed to be, I edited it manually to better explain my idea)

  • Kharg
    replied
    You have to enable the “Audited” option for the field you wish to have the change saved in the stream.

    Leave a comment:


  • Show in Stream what exactly was updated by a user in a Field

    Hello!


    Is there a possibility to show in Stream what exactly was updated by a user in a Field Contents?


    Usually it looks like:

    « Admin updated this (Entity name)

    (Name of the field that was updated)

    (Time)»

    Like so:​


    Click image for larger version

Name:	-1.png
Views:	267
Size:	14.1 KB
ID:	86104




    How would it look:

    « Admin updated this (Entity name)

    (Name of the field that was updated), From: (Previous contents of the Entity) -> To: (Updated contents of the Entity)

    (Time)»

    Like so:​



    Click image for larger version

Name:	-2.png
Views:	223
Size:	21.7 KB
ID:	86105



    How can we implement this?


    Buy an Extension? (I have not seen one fitting this issue)
    Write code/Plugin?


    Thank You all for wonderful documentation and wishing you well!​

Working...
X