Controlling the visibility of a UI Action based on changes to a form field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 10:47 PM
Hi Community 😊
Can I please know whether I can hide and show a button when a field is changed in a form in the Workspace view??
I have a call record form that contains some fields and the target fields are meeting_start_date and assigned_to.
I want to show a 'Reschedule' button only when any of these fields change.
The reschedule button should then save the new changes in the table like the save button.
How can I do this ?
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 05:46 AM
Hi,
That isn't available functionality - UX actions will only appear based on the saved record values from the database - You could disable the action and have a condition within the action script to check the values on the form and return a message if your criteria isn't met