How can an administrator modify the layout of a form using Table Builder?
Table Builder is a ServiceNow feature that allows administrators to modify table structures, configure forms, and manage relationships within a visual interface.
When modifying form layouts in Table Builder, administrators can:
Add, remove, or rearrange fields on the form.
Create new form sections to organize fields logically.
Configure default values and field properties.
Manage related lists and relationships between tables.
Option B (Changing the database schema) is incorrect because modifying form layouts does not require schema changes (though Table Builder can modify schemas, it's not necessary for layout changes).
Option C (Editing system scripts) is incorrect because form layout changes do not require scripting.
Option D (Altering the page header theme) is incorrect because themes affect the UI appearance, not form structure.
Reference: ServiceNow Platform Fundamentals -- Table Builder & Form Configuration
Currently there are no comments in this discussion, be the first to comment!