Issue deleting records directly from a set of queried records.
I use a web based AI to review my code and I was surprised by one of the issues identified. It has to do with a script that queries a table and deletes the resulting records. My code follows this pattern:var gr – GlideRecord(‘table’);gr.addEncodedQ...
