- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 06:32 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 06:50 AM
Try this,
Open the property_> find the related link "Show History".
Click on that and see if you can get the update history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 06:37 AM
Look at the updated by, updated field on the sys_properties table for your property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 06:47 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 06:50 AM
Try this,
Open the property_> find the related link "Show History".
Click on that and see if you can get the update history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 07:51 AM
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.