PreTrigger
PreTrigger is a planned feature and is not yet available.
The upcoming PreTrigger feature will allow you to apply custom logic to your entities before they are saved to the database. This provides a powerful way to validate data, reject unauthorized requests, or transform payloads dynamically.
What PreTrigger Will Enable
- Validation & Rejection: Reject requests that do not meet custom business rules or data integrity requirements.
- Payload Transformation: Automatically update or enrich the data payload before it is persisted.
- Enhanced Security: Perform custom permission checks at the field or record level before any write operation.
More details and implementation examples will be added as development progresses. Stay tuned for updates!