logo

NJP

Bubble Wrap

Import · Nov 28, 2022 · article

Bubble Wrap

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.

Creative Commons License

View original source

https://ohhgr.blogspot.com/2022/11/bubble-wrap.html