How can I find who/what changed a system property?

Matthew Glenn
Kilo Sage

As the subject states, I'm trying to find out who/what changed the value of a property, specifically 'glide.email.read.active'. It seems simple enough, but I'm not having much luck.

1 ACCEPTED SOLUTION

Try this,



Open the property_> find the related link "Show History".


Click on that and see if you can get the update history


-Anurag

View solution in original post

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Look at the updated by, updated field on the sys_properties table for your property


-Anurag

Well, in most cases that would work.



Unfortunately though in this situation I had to modify the property (to get Inbound SMTP working) before we could look at that. Now I am showing as the 'Updated By'.



This is why I'm trying to find a log entry somewhere


Try this,



Open the property_> find the related link "Show History".


Click on that and see if you can get the update history


-Anurag

That got me part of the answer I was looking for. 'Guest' was the account that made the change.



I guess that gives me something to start with.