Multiple choice technology

Which Business Component Field Property when set to TRUE prevents the user from editing the value?

  1. a) Validation

  2. b) Read Only

  3. c) Required

  4. d) Force case

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

The Read Only property, when set to TRUE, locks a field so users cannot modify its value. This is commonly used for system-generated fields or values that should only be changed through specific processes. Validation checks data correctness, Required enforces data entry, and Force case controls text formatting - none of these prevent editing.