I am running a DMT that will delete some records. DMT says complete with no errors, but when I run a BAQ the record is still there. Whats the deal? Thanks!
Check in the Method Directives to see if a DELETE method exists. I am not saying that is the issue, but something like CRM Calls I recall being able to do Add/Updates but there was no Delete method so nothing happened with DMT.
(BTW, DMT Dev is notorious for breaking things in newer releases – you might want to try a previous release).
if this is a one-off issue, you may just want to delete them manually.
I would also use DMT tracing to see the actual method.
I was trying to upload to “Job” i needed to update to “Job Header”. Switch to “Job header” and it worked.