Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 08:51 AM
Hello ,
Instead of current and previous object please use g_form object.
Curent and previous -- > Used in server side
g_form-->used in client side
var new = g_form.getValue('assignment_group'); //to get the new value
var old = oldValue;
just replace these lines and try
please accept this solution if this helps you