Dear Community,
Is it possible to have a changelog as a detail?
We would like to see all the changes made to a field of an object visible in a list.
I assume that this list is being saved to an object as well?
Let's say that I create an entry in the Contact Change log to see whenever a name is changed, we can find this info through:
But it would be nice to see the list/data in a detail on the contact page itself.
Any help is appreciated, thank you!
Kind regards,
Yosef
Like
Dear Yosef,
I guess that you can take a look at the following marketplace application which should cover your use case:
https://marketplace.creatio.com/app/change-log-creatio
Kind regards,
Roman
Yosef,
Hi,
have you found what object where the logs is stored? I have the same requirement.
Thank you
Anybody figured out where the data is saved ootb to show up in reports or details ?
Damien Collot,
Hey Damien,
if Logging is active for an Object, the table used to store the logged data is named Sys<OBJECT>Log
So for Contact -> SysContactLog,
for Account -> SysAccountLog ...
You could process or expose this data through a seperate view/custom object and use it in reports or on other pages as you wish. This way you also don't have to mess around with the OOTB permissions needed to access the change log as a whole.
Regards,
David