How do we track to find who has changed Inherit Design Template Name in a Notes Database.
There are two places I could think of : “User Details” & Log
But it did not give me the answer.
Any Suggestion?
How do we track to find who has changed Inherit Design Template Name in a Notes Database.
There are two places I could think of : “User Details” & Log
But it did not give me the answer.
Any Suggestion?
Subject: To find who/when Inherit Design Template Name in a Notes Database has been changed
Hi,
there is no detailed log kept for who and when changes some database properties like “Title” or “Inherit Design”.
However if you want to know exactly where this information is stored then it is the “Icon”-Designelement which you can see in the designer at “Other\Database resources\Icon”.
This designelement has (like all others) a “LastModified” and “Last Modifies By” property. Moreover you can examine its “$UpdatedBy”-Field and read a list of all “Editors” of this document. But because there are several properties stored inside this one designelement you will never know for sure who edited the one you are looking for.
An other thing you should try is to use the Administration-Client and create a “Analysis” of the database. There you can examine who and when edited some designelements.
(The output format is not very convenient to read, but there is a lot of information in it :-)))
Bye
Hynek