When creating a new form section, which configuration ensures the section appears on the form for all users?
A blank Roles field means no role restriction, so all users can see the section.
Why this answer
Leaving the Roles field blank on a form section means no role restrictions are applied, making the section visible to all users by default. In ServiceNow, form sections are controlled by the 'Roles' field; if it is empty, the section is not filtered by any role and appears for everyone. This is the standard configuration for universal visibility.
Exam trap
The trap here is that candidates may confuse the 'Roles' field behavior with other visibility mechanisms like UI policies or client scripts, or assume that leaving a field blank means the section is hidden, when in fact it means no restrictions are applied.
How to eliminate wrong answers
Option A is wrong because 'Visibility set to Everyone' is not a valid configuration in ServiceNow form sections; there is no such field or setting. Option C is wrong because 'Condition set to true' refers to a client script or UI policy condition, not a form section property; form sections do not have a 'Condition' field for visibility. Option D is wrong because 'Order set to 1' only controls the section's position on the form, not its visibility to users.