How to add into Update set deleted record?
Hi all,I know it's possible to force record to update set by the code below:gr.insert();var um = new GlideUpdateManager2();um.saveRecord(gr);However, how can I put into Update set the flag that the record is deleted?gr.deleteRecord();var um = new Gli...
