Wednesday, April 18, 2018

Database logging issue in D365/AX 7

I have recently come across an issue where I was adding 'currency' field into 'VentTable' for database logging, although the log was getting created the new selected field in setup which was 'currency' was not logging. This was a strange behavior, as the log was getting generated but the change values were blank.

Fix: I analysed and found that sometimes for the database log to work we need to unchecked all the fields from that table (VendTable) and end the setup. Once we are done we must again start the setup and this time add all the required fields including the new field(Currency) we want to add into the database log. This way I was able  to log all the fields.