<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    Dear vtiger Community,<br>
    <br>
    Is there any method to catch a field data change or modify event in
    a vtiger module e.g. in Contacts?<br>
    <br>
    In the <modulename>Handler.php I can define for the event e.g.
    'vtiger.entity.beforesave' a unique handler and I can access the
    $entityData object for the record of the module. But I did not
    realize how to know what is the change in this object before save.<br>
    <br>
    Is there any built in method to determine what a field was changed?<br>
    <br>
    I need to run an event handler in the frame of
    'vtiger.entity.beforesave' or even 'vtiger.entity.aftersave' with a
    specific ON_THIS_FIELD_MODIFIED condition.<br>
    <br>
    The vtiger Workflow manager somehow can handle this in case
    VTWorkflowManager::$ON_MODIFY <br>
    <br>
    Any idea?<br>
    <br>
    Kindest regards:<br>
    Istvan<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      üdvözlettel:<br>
      <br>
      <b>Holbok István</b><br>
      <br>
      +3670-342-0900<br>
      <b>e-mail:</b> <a class="moz-txt-link-abbreviated" href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
      <b>SkyPe:</b> holboki<br>
      <br>
    </div>
  </body>
</html>