CSA - Configuring Applications for Collaboration (20% of the exam) - Section 3

List and Form anatomy

The parts of a list (title menu, column headings, filter, breadcrumbs, context menus, pagination) and of a form (header, fields, sections, tabs, related lists, UI actions, activity stream, context menu), and which element performs a described function.

ServiceNow product documentation, formsServiceNow product documentation, lists

Practice question for this objective

Free sampleConfiguring Applications for Collaborationmedium

A user viewing a list wants to sort it by one column and then group the records by the values held in a different column, leaving the filter conditions already applied untouched. Which element offers both of those actions?

  • AThe list title menu, which carries choices applying to the list as a whole, such as switching the view or exporting rows.
  • BThe record context menu reached from a row, which acts on the single record the user selected rather than on the whole list.
  • CThe context menu on a column heading, which carries sorting, grouping and column configuration choices for the list. Correct
  • DThe breadcrumbs, which summarise the filter conditions currently applied and let a user step back through them one at a time.
Distinguish the column heading context menu, which sorts and groups a result set, from the list title menu and the row context menu. Each list menu is scoped to a different object. The column heading menu is scoped to one column of the current result set, so it is where ordering and grouping by that column live, and using it re-renders the same filtered rows in a new arrangement rather than changing the query.

Why A is wrong: Tempting because it is the broadest menu on the list, but its scope is the list as an object rather than the ordering or grouping of a particular column.

Why B is wrong: Tempting because right clicking is how both menus are opened, but a row menu targets one record and offers actions such as opening or assigning it.

Why C is correct: Correct because the column heading menu acts on the column it belongs to and on the presentation of the result set, which is exactly where sorting and grouping are chosen.

Why D is wrong: Tempting because breadcrumbs sit at the top of the list, but they represent the query rather than the presentation, so they neither sort nor group.

See more CSA practice questions, answers explained.

Exam traps in Configuring Applications for Collaboration

Answers that look right on this material and are not. Each one is a distractor from a different question in the CSA bank for this domain.

  • The service desk members lack read access to the Location field, so granting them the role the field level access control rule requires makes the column render for them.

    Why it is wrong: Tempting because a field level denial does hide a column, but a denied field is omitted from a list the user already has, not absent from a layout they never received.

  • The list title menu, which offers list wide choices such as switching the view and exporting the current result set.

    Why it is wrong: Tempting because this menu changes what the list shows, but its choices act on presentation and output rather than moving the user through the result set.

  • Add the Problem field from the incident table to the problem form layout so the linked incidents render on the record.

    Why it is wrong: Tempting because the reference field is what creates the link, but a form can only carry fields from its own table, and one reference field would hold a single value rather than many incidents.

Examworthy is not affiliated with or endorsed by ServiceNow. Original, blueprint-aligned practice material only.