Which Field/form changed a Record in a Table?

steemansteeman Member Posts: 3
A record could be changed on very many places in the application.
Is there a trick to see which which field/form changed the data? :?
Thank you for your (helpful) answers!

Comments

  • krikikriki Member, Moderator Posts: 9,112
    Out of the box there is no way to see that.
    If you want that, you will have to program it and add some code in each object that changes some data.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • steemansteeman Member Posts: 3
    So there's no hidden property like "changed by"?
    It's about a field in the table 37. This field is hit/changed on so many places, the solution to program a check on the other side, is to cumbersome.
    But thanks again for your answer. :)
  • krikikriki Member, Moderator Posts: 9,112
    You can use the changelog to record the changes of the field but in only record who and when but not from where.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.