Multiple choice technology

Which Business Component Field Property automatically assigns a value to a field ,if not entered by the user, before the record is inserted into the database?

  1. a) PreDefault

  2. b) Post Default

  3. c) Validation

  4. d) Required

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

PostDefault property in Siebel Business Components automatically assigns a value to a field only if the user hasn't entered one, and this assignment happens during the PreWrite event before the record is inserted into the database. PreDefault assigns values before UI rendering, while PostDefault works after user interaction but before database commit.