UI action validate based on the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 01:49 AM
I have two UI actions on the incident form, I need to validate that filed is not blank.
I tried to do this by adding the current.filed_name != ''; in the condition of the ui action
if the field value is blank the ui actions are not visible on the form(working).
If I tried to put some value on the filed again the ui actions are not visible on the form(Not working),
can anyone help me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 02:55 AM
Are you saving the record? Please save the record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 02:56 AM
Did you try saving your form after making field empty then check if UI action is visible or not