In 2009 you could catch changes to the Object-table using these triggers in Codeunit 1.
For example:
This is how we could protect a customers production database from ever getting a "Modified" object in, thus protecting it from accidental editing and possibly objects that had not passed the testing database.
We could also create a "object change-log" every time a trigger caught a change, logging the object, user, action and timestamp.
Anyone know how we can catch this in NAV2013 since the Development Env. don't and can't run any C/AL at all?
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
That option is also a large magnitude harder to maintain than just updating CU-1 (and possibly a log-table)