Please share scripts for assignment group changed short discerption should mandatory ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2024 11:17 PM
Please share scripts for assignment group changed short discerption should mandatory ?
Thanks in advance
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 01:11 AM - edited 03-31-2024 01:17 AM
Hi @NaveenKumarSN,
Do it with onchange client script as below Script :
if (oldValue != newValue ) {
g_form.setMandatory('short_description', true);
}
I hope this helpsl..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....