Add field message when field is unlocked only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 12:18 PM
I'd like to display a field message only when the field is unlocked.
And have the message go away when the field is locked again.
Is there a way to do this ? I was trying to use
document.getElementById('incident.u_environment_unlock')
somehow , but the id for the field is different when its locked and when its unlocked.
Any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 02:31 PM
You can use a field's state change event to show or hide a message depending on whether the field is unlocked or locked. For example, you can add an event handler for a field that will display a message if the field is unlocked and hide it if the field is locked.