GlideRecord Update/Insert puzzle.
I'm a bit stumped by this. I have a tool to copy records from the PRD instance to the QA instance. The code is getting records via the table API into QA, then I set the sys_id from the PRD instance using setNewGuidValue() then check if the record ex...