how many ways to make a fielsd mandatory
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2018 04:44 AM
how many ways to create a field mandatory
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 10:27 AM
You can make a field mandatory through:
- Dictionary Definition of the field (make the read-only check box true)
- a client script (using g_form.setMandatory('<field_name>', true)
- a UI policy, either by script (using the same script as above) or by configuring a UI policy action.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 12:16 PM
You can do it in 3 ways:
1) You can do it in field dictionary
2) Through client scripts
3) Through UI policies(UI actions).
The best way to make field mandatory is UI policies.
Thanks,
Sumanth