Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:35 AM
hi @KB30 try this script onChange client script on state field
if (oldValue == 3 && newValue == 2) {
g_form.setMandatory('work_notes', true);
} else {
g_form.setMandatory('work_notes', false);
}
Please mark my answer Helpful/Correct,
Regards,
Siddharam