how many ways to make a fielsd mandatory

sivanagaraju1
Kilo Explorer

how many ways to create a field mandatory

2 REPLIES 2

Andrew Saxton -
Tera Expert

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.

Sumanth16
Kilo Patron

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