Capturing dataport Changes in Change Log

sankarsankar Member Posts: 79
Hi Experts,

Is it possible to capture the changes done through dataport in change log setup.if so,how can i do .. if possible please send the fob ...

Thanks Experts...
Everything is Possible

Comments

  • David_SingletonDavid_Singleton Member Posts: 5,479
    Of course its possible, but its the wrong way to go about it.

    The concept of the change log is to track manual changes made by users. It was never meant to be used to track "code" generated changes.

    What you should be doing, is creating a new table that will be used to track the changes needed by your business process. I am sure that these will be very different to the requirements of tracking user entered changes.
    David Singleton
  • ara3nara3n Member Posts: 9,256
    Well one example where it does make sense to insert it into change log is to track the status field on sales order.

    Companies would like to know who opens and releases sales orders.

    I had to add the code to on the release trigger to write it to change log.

    But for dataports, I agree david it's bad idea.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • David_SingletonDavid_Singleton Member Posts: 5,479
    ara3n wrote:
    Well one example where it does make sense to insert it into change log is to track the status field on sales order.

    Companies would like to know who opens and releases sales orders.

    I had to add the code to on the release trigger to write it to change log.

    But for dataports, I agree david it's bad idea.

    Yes that make logical sense, I was a bit hasty using the word "never".
    David Singleton
Sign In or Register to comment.