Multiple choice technology

Which Business Component Field Property automatically assigns a value to a field for a new record?

  1. a) PreDefault

  2. b) Post Default

  3. c) Validation

  4. d) Required

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

The PreDefault property assigns values automatically when creating new records, before users interact with the field. PostDefault assigns values after record creation but before commit. Validation and Required serve different purposes - checking data correctness and enforcing mandatory entry respectively.