Hi- we have a bulk-record deletion job set up to delete all the records in our Orders entity every night at 11:30pm. This is part of a nightly reload we perform to repopulate the Orders entity with new records. The owner of this job is a co-worker we'll call Tom. Our Sales Reps have begun to notice random Call Reports they have composed are now missing from the system. They even have emails with links to the Call Report that return a 'Record not available' when you open it, so they are definitely gone. Looking at the Audit logs, sorting by the Call Report entity, I've found that Tom has been deleting these Call Reports shortly after 11:30pm. He obviously hasn't been doing this himself so I'm assuming it is related to the deletion job, even though it only queries the Order entity. As I said, the Call Reports that are deleted are fairly random. It only appears to occur every few weeks even though the job runs every night. It typically only deletes one record, but I have a few examples where two were deleted in one evening (both had the same owner interestingly enough). We do not have any other deletion jobs scheduled either that could be causing it. Any ideas on what might be causing this?
↧