Hi all!
I have trouble with tracking changes on Page level.
I wanted to use Codeunit 1 Application Mgt. "OnGlobalModify", but it says that "// Replaced by OnDataBaseModify. This trigger is only called from pages.".
It means that trigger runs only when table trigger validated.
Does anybody have idea how track activities from Page?
Thanks in advance!
0
Answers
How comes you are persuaded the comment means something different from what it says?
The comment says (and rightly so), that function is what you are looking for. So, go ahead and use it.
I want to track all Pages, so I need to use some general functionality.
I tested triggers which should work on Page level, but not. So that's why ask maybe I should do in another way or use another functionality.
And this set of functions (ID 21..24; OnGlobalInsert/-Modify/-Delete/-Rename) is not called from code, even if that code is contained within a Page object.
What technical version of NAV do you run?