Is there an event fired on form when fields are modified?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 11:18 PM - edited 05-15-2025 12:32 AM
I would like to be able to detect whenever a field on the form is modified after it has been loaded in. Basically when the form becomes dirty/modified which can be checked with .isUserModified, except I need it as an event.
I need to catch the event in another widget.
Changes are not submitted, only modified on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 11:33 PM
Field changes are captured in the audit table (if audit is on for the field), so you could check if you can trigger an event on that, or just simply create a BR that triggers when the field is changed, creating the event.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 12:31 AM
These field changes are on the form so changes have not been committed to the record. They will not reflect in the audit table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 05:19 AM
Then you don't even know if a field is going to be changed? I can update a field 4 times without saving and you want events triggered on that? What is your use case?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark