Multiple choice technology

Which Business Component Field Property when set to TRUE prevents user from leaving field blank?

  1. a) Validation

  2. b) Read Only

  3. c) Required

  4. d) Force case

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Required property, when set to TRUE, enforces field-level mandatory validation - users cannot leave the field blank and must enter a value before saving. Validation has broader logic checks, Read Only prevents any changes, and Force Case controls letter casing.