Major, candidate, and child cases

  • Release version: Zurich
  • Updated July 31, 2025
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Major, Candidate, and Child Cases

    Major issue management in ServiceNow uses major case candidates to identify and manage issues impacting multiple customers. Approved candidates are promoted to major cases, which coordinate resolution efforts. Child cases are then created for each affected customer and linked to the major case for detailed tracking.

    Show full answer Show less

    Major Cases

    • Represent a specific issue affecting multiple customers without containing customer-specific details.
    • Customer-specific information is stored in associated child cases.
    • Use the Affected Customers field to select a recipient list, which auto-creates child cases for each customer on the list.
    • Updates on the major case synchronize automatically to child cases if synchronization is enabled.
    • Closing a major case also closes child cases in the states New, Open, or Awaiting Customer Info.
    • Major cases are identified by the state "Accepted" in list views; candidate cases show "Proposed" or "Rejected," and regular cases have no value.

    Major Case Candidates

    • Created by agents to flag potential widespread issues.
    • Can be promoted from existing customer service cases or created as new cases.
    • Require approval from a customer service or major case manager to become a major case.
    • If promoted from an existing case, that case becomes a child case under the new major case; if created directly, it becomes the major case itself.
    • If rejected, the candidate reverts to a regular case.

    Child Cases

    • Created for each impacted account (B2B) or consumer (B2C) listed on the major case.
    • Can be auto-created from the recipient list or manually added by the major issue manager.
    • The short description from the major case is copied to all child cases to maintain consistency.
    • Duplicate child cases for the same customer are prevented.
    • Additional comments can be added during creation and are only applied to new child cases.
    • The primary contact for an account is automatically added to the child case watchlist.

    Synchronization Between Major and Child Cases

    • System administrators control synchronization via system properties, defining which fields sync from major to child cases.
    • Synchronization does not occur if child cases are in Resolved, Closed, or Canceled states.
    • Default synchronized fields include Priority, State, Comments, Work notes, Close notes, and Resolution code.
    • If State is synchronized, Close notes and Resolution code must also be synchronized.
    • Newly added child cases do not retroactively receive prior updates from the major case.
    • When enabled, saving changes on a major case prompts confirmation to update child cases.
    • Synchronization is available by default only for the Case table and requires configuration for extended tables.

    Major issue management uses major case candidates to identify potential issues that impact multiple customers. With approval, candidate cases are promoted to major cases, which you can use to manage issues to resolution. Child cases are created for customers impacted by an issue and are associated with the corresponding major case.

    Major cases

    A major case contains information about a specific issue that impacts multiple customers. It is not associated with any accounts, contacts, or consumers. This customer-specific information resides in the child cases associated with the major case.

    The recipients list associated with the major case identifies customers impacted by the issue. Select a list in the Affected Customers field in the Major Case Information form section of the Major Case form. After adding the list, you can automatically create child cases for all customers on the list. These cases are added to the Child Cases related list on the Major Case form.

    With synchronization enabled, updates to the parent major case are automatically synchronized to the associated child cases. When the major case is closed, the associated child cases in the following states are also closed: New, Open, Awaiting Customer Info.

    To identify major cases in the list view, check the value in the Major case state field.

    • Major cases have a state of Accepted.
    • Major case candidates have a state of either Proposed or Rejected.
    • Regular cases have a blank value.
    In the form view, major cases and major case candidates display the Major Case Information form section.
    Note:
    Related links on a major case form do not synchronize to associated child cases.

    Major case candidates

    A customer service agent uses a major case candidate, or candidate case, to flag an issue that could be a wider issue impacting multiple customers. An agent can create a major case candidate in the following ways:

    • By promoting an existing customer service case with a reported issue to a major case candidate.
    • By creating a new major case candidate.

    A major case candidate requires the approval of the customer service manager or major case manager before being promoted to a major case.

    • If a major case candidate was promoted from an existing case, a new major case is created and the candidate case becomes a child case of that major case.
    • If a new major case candidate was created directly, that same case becomes the major case.
    If a major case candidate is rejected, it reverts to a regular case.

    Child cases

    Child cases are associated with a major case. One child case is created for each account (B2B) or consumer (B2C) impacted by the major case issue. Child cases are created from the recipients list on the major case and can also be added manually by the major issue manager.

    When child cases are created, the short description from the major case is copied to each of the child cases. Duplicate child cases are not created. If a child case already exists for an account or consumer, it is not created again.

    As child cases are created, you can enter text in a pop-up window that is added to the Additional comments field on the child case form. These comments are added only to the newly created child cases. The major case and any existing associated child cases are not updated.

    The primary contact for an account is the contact on the child case and is automatically added to the child case watchlist.

    Synchronization between major cases and associated child cases

    The system administrator can set system properties that enable or disable the synchronization between the major case and associated child cases and also define the fields to synchronize. Synchronization occurs from the major case to the child cases. If the state of a child case is Resolved, Closed, or Canceled, the synchronization does not take place.

    A major case and the associated child cases maintain synchronization on the fields identified by the sn_customerservice.case_fields_to_sync property. This property specifies the list of fields to synchronize from the major case to the associated child cases. By default, these fields include:
    • Priority
    • State
    • Comments
    • Work notes
    • Close notes
    • Resolution code
    If the State field is synchronized from the major case to the child cases, the Close notes and Resolution code fields must also be synchronized.
    Note:
    Child cases can be manually added to a major case at any time. There is no retroactive synchronization for newly added child cases.
    When synchronization is enabled, saving changes to a major case results in a pop-up window. Verify the update by clicking OK.
    Note:
    In the base system, parent-child case synchronization is available only for the Case table (sn_customerservice_case). This feature must be configured for tables that extend the Case table.