ServiceNow Certified System Administrator — Question 288
Which action enables personalization in a form for the admin role, only?
Answer options
- A. Navigate to sys_form_properties.list and set the property glide.ui.enable_personalize_form.admin to true.
- B. Navigate to Context Menu > Configure > Form Layout and select ‘Enable Personalization’ and Enter the ‘admin’ role.
- C. Navigate to Context Menu > Configure > Table and add the role ‘Admin’ in the ‘Available User’ list box.
- D. Navigate to sys_properties.list find the property glide.ui.personalize_form.role and set the Value to admin.
Correct answer: D
Explanation
The correct answer is D because it directly sets the property that defines which role can personalize the form. Options A and B do not specifically relate to setting the admin role for personalization, while option C incorrectly suggests adding the admin role to a user list, which does not achieve the desired outcome.