Multiple choice technology packaged enterprise solutions

Preferably the contents of a field are validated using -

  1. FieldChange event

  2. FieldDefault event

  3. FieldEdit event

  4. FieldFormula event

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

FieldEdit PeopleCode is specifically designed to validate values entered into a page field, triggering an error or warning if validation fails. Other events serve different roles: FieldChange handles post-validation logic, FieldDefault sets initial values, and FieldFormula houses reusable user functions.