Need to clear assigned to when assignment group is changed.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 12:30 AM
Hi,
I need to remove 'closed cancel', 'closed completed' states when state is open, only when state is 'work inprogress' those two fields should be visible.
And assigned to should be mandatory in 'open' state, when assignement group is changed , assigned to should be empty.
Can this be achieved in one onchange cleint script?
if not how do I write script for this?
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 02:07 AM
Hi
Try with
g_form.setValue('assigned_to', '');
Regards,
Omkar Mone.
www.dxsherpa.com