Question

Get change log as a view / detail



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:

https://prnt.sc/zza09f

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 0

Like

5 comments

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

Dear Roman,

 

Thank you for this.

I installed it but it gave me an error... The only thing I need to know is where the info is being stored.

There should be a sys object somewhere?

 

Either way, thank you for the suggestion.

 

 

Kind regards,

Yosef

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

Show all comments