Change log + data migration

kiyackiyac Member Posts: 118
How can data migration work with change log?

Which means specific change value (new insert / change) will be recorded in NAV standard change log, but the trigger of data change is via data migration.

Comments

  • rdebathrdebath Member Posts: 383
    The changelog uses global modify triggers on codeunit 1. These triggers are only called when a user directly changes data using a form or table. All changes from reports, codeunit, dataport or xmlports are ignored as are any changes from code on any object.

    The only way it could work is if your 'data migration' calls the global triggers explicitly.
  • kiyackiyac Member Posts: 118
    Thanks rdebath,

    May I know how "data migration' calls the global triggers explicitly?

    Thanks!
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    "Money is likewise the greatest chance and the greatest scourge of mankind."
Sign In or Register to comment.