Change Log From Codeunits

Hi all, a problem concerning the Change Log Management. Is it possible to log the modifications made using a codeunit? Apparently the Change Log Management works only with interactive modifications. thanks you all, Marco

I’m looking for the same answer. Can anyone help?

I join to the question [:)] Please help!

It is possible to call the Change Log Management codeunit directly, but you would have to add the call to every codeunit you want to log. ie… Table.INSERT; ChangeLogMgmt.LogModification(RecRef,xRecRef) Obviously, You will have to set the RecRef, xRecRef variables to the the correct values [:)].