<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    Dear vtiger Team,<br>
    <br>
    Is there any method to exclude / include (or disable / enable )
    fields from the ModTracker module in a CustomModule without hacking
    the core files of ModTracker?<br>
    <br>
    In the core files of ModTracker ...\modules\ModTracker\ModTrackerHandler.php<br>
    there is a loop to handle all tracking fields of all tracking
    enabled modules started about line 33.<br>
    <br>
                        foreach($delta as $fieldName => $values) {<br>
                            if($fieldName != 'modifiedtime') {<br>
    <br>
    <br>
                            }<br>
                        }<br>
    <br>
    It is easy to modify with extending the<b> if conditions</b> with
    the name of fields that we would like to exclude from the tracking.
    But it is the core hacking not recommended for the extension store.<br>
    <br>
    Is there any other method not hacking the core files?<br>
    <br>
    It would be very useful feature.<br>
    <br>
    E.g. in our CustomModule there are 14 fields and only 4 of them to
    track. <b>All others are considered as system fields</b> (similarly
    to the 'modifiedtime' field) <b>and isn't necessary to track.</b><br>
    <br>
    Waiting an answer, kindest regards:<br>
    István<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>