Change Log on Posted Table

PoojaPooja Member Posts: 16
Hi,

I have following queries on the change log functionality of Navision

1. Can change log be enabled for the posted entries?
2. If no then any work arounds for enabling change log in posted tables?
3. How does the function GetGlobalTableTriggerMask(TableID : Integer) : Integer from codeunit 1 gets triggerred?
4. How does system identify difference between posted and unposted tables?

Regards,
Pooja

Comments

  • SavatageSavatage Member Posts: 7,142
    posted entries in my world don't change & shouldn't change, so what type of change are you expecting to see on a posted table?
  • kapamaroukapamarou Member Posts: 1,152
    Change log works for user modifications, not code modifications. If you setup a table and then modify a record in that table manually, it will be logged. As Savatage said, posted records shouldn't be modified. What exactly do you want to achieve?
Sign In or Register to comment.