Action history improvement

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eduardofendrich
    Member
    • Jul 2021
    • 49

    Action history improvement

    Hi,

    In the action history entity, I can find who and when update any data. However, I can't see which data were changed.

    Is there any way to improve the action history to add "old" and "new" datas to the entity? I need them to audit purposes.


    Thanks
  • eduardofendrich
    Member
    • Jul 2021
    • 49

    #2
    Solved partially. I can configure "audit" for the most part of entity fields. However, I'm not able to configure audit for text fields (text area's).

    Comment

    • Vadym
      Super Moderator
      • Jun 2021
      • 345

      #3
      Hi Eduardo,

      Unfortunately, "Text" fields (multiline text with markdown support) do not support the "Audited" parameter. As a workaround, you can create "Varchar" type fields:

      Comment


      • esforim
        esforim commented
        Editing a comment
        A further workaround I guess you can add a formula to copy/paste it to the varchar, then the varchar should be able to audit log. The formatting will look funny but hey, at least the old vs new text get shown.
    Working...