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

Task Management

The Task table and its extending tables (incident, problem, change, request), common task fields such as state, assignment group and assigned to, assignment rules and assignment data lookup, service level agreements, and how work is routed to groups and individuals.

Task tableAssignment rulesService level agreements

Practice question for this objective

Free sampleConfiguring Applications for Collaborationmedium

An administrator builds a new custom table for tracking facilities jobs and configures it to extend the Task table. Which statement describes the relationship between the new table and Task?

  • AIt inherits Task's fields, including Number, State, Assignment group and Assigned to, and may carry additional fields of its own that Task does not hold. Correct
  • BIt receives a one time copy of Task's fields when it is created, so a field added to Task afterwards does not appear on the new table.
  • CIt receives the Number field alone, and common fields such as State, Assignment group and Assigned to have to be created on the new table by hand.
  • DIt inherits Task's fields but cannot define any of its own, so job specific data has to be held on a separate related table joined to it.
Recognise that extending the Task table gives a new table live inheritance of the common task fields while still allowing it to define its own. Table extension on the Now Platform is inheritance, not duplication. A child of Task reads its parent's field definitions at runtime, so every task field is present on the child and any later change to Task propagates. The child adds its own fields on top, which is exactly how incident, problem, change and request differ from each other while sharing State, Assignment group and Assigned to.

Why A is correct: Correct because an extended table inherits the parent's fields and can define further fields specific to itself, which is why incident, problem and change all share the task fields yet differ.

Why B is wrong: Tempting because copying is how many import and template mechanisms behave, but table extension is live inheritance rather than a snapshot, so a field added to Task later is available to every extending table.

Why C is wrong: Tempting because Number is the field candidates notice first on task records, but the whole point of extending Task is that the common work management fields come with it rather than being rebuilt.

Why D is wrong: Tempting because inheritance sounds restrictive, but an extending table is free to add its own fields, and forcing a related table would be unnecessary work.

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 data lookup rule can be defined against the incident table alone, whereas an assignment rule may be defined on any table that extends the Task table.

    Why it is wrong: Tempting because incident is where lookup routing is most often demonstrated, but the mechanism is not restricted to a single table and both approaches work across task tables.

  • Assigned to is populated first and Assignment group is derived from that user's primary group, so a record cannot hold a group unless an individual is already named.

    Why it is wrong: Tempting because a user does belong to groups, but the platform does not derive the group from the user in this way and queued work routinely sits with a group and no individual.

  • Personalize the incident form for the Sydney technicians and set Assignment group as the default value on their personal layout, so newly created records carry the group.

    Why it is wrong: Personalizing a form is tempting because it is quick and needs no code, but it changes only what one user sees, it sets no data on the record, and it has no effect on records created by an import.

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