Add-ons in BeforeUpdate
Implement any you need next to your role.
Available
- ParentQuery: load parent (lookup) fields before the first handler runs; read them with
getNewParent. - PriorParentQuery: load the parent the old row pointed to; read it with
getOldParent. - RelatedQuery: query children, siblings or any other records once per chunk; read them with
getRelated. - Bypassable: skip this handler for the whole chunk when a condition holds.
- RecursionGuard: cap how many times this handler acts on the same record in one transaction (default 3). Populator only.
- Finalizer: run once after this handler’s records, with the records that qualified.
- ContinueOnError: log and swallow this handler’s exceptions, so the save goes on.
