cancel
Showing results for 
Search instead for 
Did you mean: 

Write context change log to database?

daniel_humberg
Contributor
0 Kudos

I am using the context change logging, to get all the changes the user made when he wants to save. For this, I call

context->get_context_change_log

.

Now, I would like to write these changes to some database, to be able to store all changes to the data including the user who changed it and the time when he did the change (= action log).

Do I have to implement this manually or is there already some kind of a built-in solution for it?

Regards, Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Daniel.

You have to implement this by yourself.

Cheers,

Sascha