I wonder if there´s any place in NAV where it stores the last modification made to objects or last changes. I´m not talking about the modification date of an object that you can see in object designer.
If you refer to object structure change, only the last (actual) version is kept, as far as I know no object change history/versioning is possible in NAV.
If you just want to know if someone changed an Object after you imported it to your customer's database then Change Log on Table Object (2000000001) might be sufficient. Unfortunately it doesn't cover inserts, imports and changes made in design mode. But you can compare the current Date and Time of your Object with the one in your Customer's database. If they are different you know that someone changed the Object. If they are the same you can check if there's a Change Log entry for modification to Date or Time of that Object.
"Money is likewise the greatest chance and the greatest scourge of mankind."
Comments
hi,
but the change log is for inserts/modify and deletes, not for object changes.
Am i right?
Maybe this tool can help you: http://www.mibuso.com/dlinfo.asp?FileID=1153
I ask if there´s a log of changes that is not the same we see in the object designer (last modified date and time)
somewhere internally
If you just want to know if someone changed an Object after you imported it to your customer's database then Change Log on Table Object (2000000001) might be sufficient. Unfortunately it doesn't cover inserts, imports and changes made in design mode. But you can compare the current Date and Time of your Object with the one in your Customer's database. If they are different you know that someone changed the Object. If they are the same you can check if there's a Change Log entry for modification to Date or Time of that Object.