- 9 more key points in Pro version
- 5 more common mistakes in Pro version
- 2 more exam tips in Pro version
- 37 more related questions in Pro version
Summary
Forms/views are presentation over table data; do not confuse hiding a field with deleting or securing it. Use UI Policies for simple field-state behavior, Client Scripts for browser events, asynchronous GlideAjax for server data, display Business Rules/g_scratchpad for data known at form display, and Record Producers for catalog-style intake that creates target-table records.
Key Points
- Form/view changes do not delete dictionary fields or disable integrations.
Common Mistakes
- Confusing UI Policy vs Client Script.
Exam Tips
- Identify the layer first: presentation, server logic, authorization, cross-scope runtime, lifecycle, or integration.