Order Entry Trace Log

,

Good afternoon friends,
I was reviewing yesterday the logs for the server when someone makes a new sales order, our system is actually pretty slow, so I was trying to know where the problem is, and I found that there´s a Data Directive active, so when one of my users make a new line, it reviews the entire OrderHed table, so, I delete that data directive, but when I create a new log, it still appears to point to the OrderHed table, all of it, even the columns named ´CheckBox1´. Any ideas?

Deleting the Data Directive wont delete existing change logs. And you should have just un-enabled it.
image

Are you referring to the Change Log, or the Trace log?

Trace Logging has options for what data to trace. “Write Full Data Set”, “Track Changes Only”, etc …

These settings can also be set on the User Account. Make sure they are off there too.

1 Like

Thanks, I first un-enable it, but it still continue. So i decided to delete it! Then, it´s trace Logging, so I disable all the trace logging options so it doesn´t write anything.