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

Visual Task Boards (VTBs)

The three board types (freeform, flexible, guided), lanes driven by a field, cards representing task records, drag-and-drop updates that write back to the record, board membership and sharing, and when each board type fits a team's workflow.

Visual Task Boards

Practice question for this objective

Free sampleConfiguring Applications for Collaborationmedium

An administrator builds a freeform Visual Task Board with three lanes named Waiting, In progress and Done, then creates a card on it for each piece of work the team has agreed to do this week. A team member drags a card from Waiting to In progress and afterwards reports that the State field of the matching incident is unchanged. What explains the behaviour?

  • AThe drag succeeded but a business rule on the incident table reset the State value afterwards
  • BThe lanes were created before the cards, so the board holds no mapping between them yet
  • CThe team member lacks the role that a write access control rule on the State field requires
  • DFreeform lanes are not bound to a field, so the card position is held only by the board Correct
Understand that freeform boards hold their own lanes and cards with no field mapping, so moving a card updates no underlying record field. A freeform board is created empty and has no table, filter or lane field behind it. Lane names are free text chosen by the board owner, and the position of a card is stored as board data. Write back to a record field happens only where lanes represent values of a field, which is the arrangement a guided board uses. A flexible board holds real records as cards but keeps owner defined lanes, so moving a card on one of those does not write a field value back either.

Why A is wrong: Tempting because a server rule can indeed overwrite a value after an update, but no update to any incident was submitted here, so there was nothing for a rule to react to.

Why B is wrong: Sounds like a sequencing problem an administrator could cause, but the order in which lanes and cards are made has no bearing on whether a board type binds lanes to a field.

Why C is wrong: Plausible because access control does govern who may change State, but a denial would be reported to the user rather than leaving a silent move, and no field write was attempted.

Why D is correct: Correct because a freeform board keeps its own lanes and cards, with no data source and no field mapping, so moving a card records progress on the board alone.

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.

  • A freeform board with one lane created for each State value the team currently uses

    Why it is wrong: Tempting because the lanes can be named after State values, but freeform lanes are labels the board owner types and are not bound to any field, so nothing is written back and no record is ever pulled in automatically.

  • Board membership grants read access to the source records, so the cards will populate once the daily board synchronisation job has completed

    Why it is wrong: Tempting because cards do refresh as records change, but membership carries no data permission and no periodic job is needed for a card to display data the reader may already read.

  • A guided board on the change request table, with the eleven records ticked one by one in the guided setup

    Why it is wrong: Tempting because the guided setup does walk the owner through choosing the data, but that step builds a filter condition on the table rather than offering a list of records to tick, so a board cannot be assembled record by record this way.

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