Audit all changes in parent fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    Audit all changes in parent fields

    Is there any chance to audit all changess(assign entity record to parent and etc) in field type "pare" with multi entity option?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Could you clarify? With real example you need.

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #3
      I have problem with history(auditing record) in this setting:
      I have two entities, with relation "many-to-many" and i want to have information about assign record from entity one to record from entity two in both records.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        there you can read the logic application/Espo/Hooks/Common/Stream.php afterRelate and afterUnrelate methods
        You can create own hook and add, what you need

        Comment

        Working...