- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 12:59 AM
Hi
I'm having state field with choices (New,Work in progress,On hold,Resolve).
when the state is in new we should show only new and work in progress(on hold and resolve will be hidden) in the state field dropdown,
when the state is in Work in progress we should show only work in progress and on hold(resolve and new will be hidden) in the state field dropdown
how can i achieve this?
thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:24 AM - edited 06-04-2025 01:26 AM
@Vedavalli - You can add the choice dependency value to achieve this. Similar to incident form category & Subcategory. configuration.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:43 AM
You can create onLoad client script like snip below.
Regards,
Vikas K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:47 AM - edited 06-04-2025 01:47 AM
that's not good practice and is not good for performance, also not scalable