Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Abort a database action

You can use a before business rule script to cancel or abort the current database action using the current.setAbortAction(true) method.

If the before business rule is executed during an insert action, and a condition in the script calls current.setAbortAction(true), the new record stored in current is not created in the database.

Parent Topic:Business rule use cases

Related topics

GlideRecord - setAbortAction(Boolean b)

Scoped GlideRecord - setAbortAction(Boolean b)