Modtracker does not track updates during import
The changes to a record during an import do not get tracked by ModTracker.
Any update to the record should be recorded by ModTracker.
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
The changes to a record during an import do not get tracked by ModTracker.
Any update to the record should be recorded by ModTracker.
Hi,
As you can see in CRMEntity.php:
events are not triggered when in "bulk save" mode. And that is intentional.
Since Modtracker does the tracking in an aftersave eventhandler it does not get executed (See modules/ModTracker/ModTrackerHandler.php
).
I guess that the functionality of the eventhandler would have to be moved elsewhere for it to work.
@ruben.estrada this is related to #955 (closed) , but we havent heard back yet.
In this case hte ModTracker should listen for batch events on import and log the updates.
ok, I see... let's hope vtiger guys pay some attention to this issue.
Added performance label
Copyright 2023 Vtiger. All rights reserved.