Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 12:36 AM
Hi @MaidhiliL ,
Try the below in onLoad Client script:
function onLoad() {
g_form.setMandatory('choiceFieldName', true);
}
----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.
Mark this as Helpful / Accept the Solution if this helps.