Multiple choice technology

What function need to be used to validate values entered in a form before saving?

  1. UIDOC

  2. DOC

  3. Values

  4. Getvalue

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

In Lotus Notes, UIDOC (NotesUIDocument) provides the QuerySave event where you can validate field values before the document is saved. DOC is the backend document class without UI events, Values is a property, and Getvalue is not a standard validation method. UIDOC's QuerySave is the correct validation hook.