An administrator arranges the fields on a long form into labelled groups so that related fields sit together, and each group renders as its own tab when the form is displayed in a tabbed layout. Which element is being configured?
- AForm sections, which divide the fields of one record into labelled groups that render as tabs in a tabbed layout. Correct
- BRelated lists, which display records held on other tables that reference the record currently open on the form.
- CForm views, which decide the whole layout a given audience is shown rather than how fields are grouped inside that layout.
- DUI actions, which place buttons and links on the form and run their configured logic against the record when selected.
Why A is correct: Correct because a section is the grouping unit within a form layout, and the tabbed presentation simply renders each configured section as a separate tab.
Why B is wrong: Tempting because related lists also appear as tabs in some layouts, but they carry records from other tables rather than fields of the record on screen.
Why C is wrong: Tempting because views and sections are configured from the same form designer, but a view is the container and the sections sit within it.
Why D is wrong: Tempting because UI actions are also positioned during form configuration, but they are controls that execute logic and never group fields.