Cleansing of DialogWatchOperation / DialogWatchProperty after having disabled "Log changes" on a column

Hello,

I have disabled logs ("Log changes" + "Log changes when deleting") on a few columns in the Designer and I was expecting that the corresponding lines in DialogWatchOperation & DialogWatchProperty would be automatically removed but nothing happened, the lines are still there.

Is there a way to perform the cleansing, except of course a custom DELETE SQL query ?

Many thanks.

Michel

Parents Reply Children
  • I will do the cleansing manually then, many thanks Markus for your answer. 

  • I remember in the past having disabled the configuration parameter ""Common\ProcessState\PropertyLog" with the intention to simply disable the cleansing parameters below but it removed all the PropertyLogs... I didn't know it was controlling the log activation itlself, and we had to restore the tables, and then I supposed everything would have been automatic again. But no problem I will do the job manually.

    Maybe something that is missing is a LifeTime specific to some table because there are table (like Person typically) for which it is interesting to keep logs forever and others for which we keep log only for debug purpose and that can be removed after let's say 1 month. This is a suggestion only and in meantime we may find a way to automatize such a cleansing ourselves.