Step 7. Create rollup record configurations

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Create rollup record configuration to link and unlink additional records to MSI.

    Avant de commencer

    Role required: admin and sn_msi.workspace_admin
    Remarque :
    The system admin can create the record and MSI workspace admin can update it.

    To rollup information such as configuration items, observables, and indicator of compromise related to a Security case, create a rollup record configuration.

    Procédure

    1. Navigate to Major Security Incident Response > Linked Records Configuration.
      The Linked Record Configurations page displays.
    2. Select or create a new linked record and navigate to the Rollup Record Configuration section from the same page.
      Figure 1. Rollup Record Configuration section
      Rollup record configuration

    Que faire ensuite

    Writing script for a Security Case

    Writing a script for a Security Case to roll up record configuration.

    Avant de commencer

    Role required: admin and sn_msi.workspace_admin
    Remarque :
    The system admin can create the record and MSI workspace admin can update it.

    Procédure

    1. Search for the Linked Record configurations using the left navigation.
    2. Navigate to MSI Administration > Linked Record Configuration.
    3. Open the configuration record which was created for a security case.
    4. The Rollup Record configuration will be displayed in the Related List section.
    5. Click New to create a new roll up record configuration.
      Below is an example record created to Rollup Observables data related to Security Case we are trying to Rollup with the field values as:
      Name Description
      Roll up Type Relationship
      Remarque :
      The observable information is available in a related list format.
      Rollup Script Input sourceSysId contains security case sys id and msiSysId contains major security incident sys id.

      Rollup script

      • Line 2: As a first step, query for Glide Record for sourceSysId from Security Case(sn_ti_case) table.
      • Line 7: Next, query sn_ti_m2m_task_observable table using security case sys ID to figure out all the linked observables to a security case.
      • Line 10: Next, iterate over all the linked observables and link them to a Major Security Incident using the method:
        MSIMRollupEngine.linkToMSI("entityGr”, “sourceSysId”, “fieldNameInLinkedRecordTable”, “msiSysId”, “isPrimaryRecord”)