A system administrator needs to allow end users to add a 'Mobile Phone' field to the incident form without modifying the form layout for all users. Which feature should be used?
Trap 1: Create a new form section
Form sections are used to group fields, not to allow individual user customization.
Trap 2: Configure a UI policy
UI policies dynamically show/hide fields or set values, they don't allow users to add fields.
Trap 3: Set an ACL to allow field addition
ACLs control access to records and fields, not form layout customization.
- A
Create a new form section
Why wrong: Form sections are used to group fields, not to allow individual user customization.
- B
Configure a UI policy
Why wrong: UI policies dynamically show/hide fields or set values, they don't allow users to add fields.
- C
Set an ACL to allow field addition
Why wrong: ACLs control access to records and fields, not form layout customization.
- D
Enable personalization on the form
Personalization allows users to customize their own form view by adding or removing fields.