Custom UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 06:13 AM
Hi Community,
I need to create a new UI Action with name "Revert Change(s)", the functionality:
if we change any field value, so before saving record, by clicking this button
button should revert all the changes we applied on incident table . i tried this:
thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 05:40 AM - edited 06-28-2024 05:41 AM
Maybe I'm misunderstanding your use case here, but if you have made any changes, before saving, you can just refresh the page and it will remove any changes to the form, as they have not been committed to the database yet and are only client side at that point. Refreshing the page will wipe out those client side changes. Is there a reason a UI action is needed for this?