#Collection hook that runs after server side validation, but before database update

2 messages · Page 1 of 1 (latest)

verbal wyvern
#

I want to run some expensive server-side validation on a collection, but only after field-level validation has already passed.

It's not clear from the documentation whether this is possible — is there a hook for this, or is there a possible workaround I could use?