Question

Change Log configuration - how to bind to package?

Hi everyone,

 

I'm implementing the change log configuration as described here:

 

https://academy.creatio.com/docs/8.x/setup-and-administration/administration/logging-tools/change-log/set-up-the-change-log

 

I wonder, how do I go about actually binding that configuration to the package i'm working on? So I can transfer the configuration from my dev environment to test/prod.

 

Appreciate your help!

Like 0

Like

4 comments
Best reply

Hello!

 

Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.

 

Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view. 

 

However, it is not possible to bind view data to a package.

 

Have a nice day!

Hello!

 

Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.

 

Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view. 

 

However, it is not possible to bind view data to a package.

 

Have a nice day!

Thanks for answering. I was under the impression this would be the case...

Nicolas Raddatz,

any updates for this?

To bind the change log setup for both the object and columns on that object in a package, you need to change the settings in the Object schema itself in the package.

 

To enable logging for the Object, it's the "Update change log" checkbox under the "Behavior" heading:

 

To enable it for individual columns, you must select each column you want change logging for in the Object schema and check the "Update change log" checkbox for it:

Show all comments