Bubble Wrap
Import
·
Nov 28, 2022
·
article
ServiceNow allows two types of delete methods with GlideRecord API.
1. deleteRecord() - This method deletes one record at a time.
2. deleteMultiple() - This method deletes all records returned by the current query.
gr seems to enjoy the record deletions, and we can't blame it either.
View original source
https://ohhgr.blogspot.com/2022/11/bubble-wrap.html

