Use Template Scripts in your Report Templates

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:4分
  • Create a script to include the related lists data, date operations, and any other data that aren’t directly dot-walkable.

    始める前に

    Role required: sn_msi.workspace_manager

    このタスクについて

    You can use this predefined template script in your report templates to include any related data after the report templates are configured and customized.

    Construct a template script to display the related list data on the report template. If you want to utilize and populate any template script, then you must add the tag template script tag as: ${template_script:script name}.

    Example: ${template_script:msi_collab_cards}
    注:
    You can’t delete the predefined template scripts. An error message is displayed if a user with an admin role attempts to delete a template script record if it’s mapped with any report template.

    手順

    1. Navigate to Major Security Incident Management > MSI Administration > Status Report Setup.
      The MSI Status Report Setup page displays.
    2. Drill down to Report Template > Template Scripts.
    3. Select Configure.
      The following are the predefined Template Scripts as a part of the base system, which you can use to configure and modify your status reports.
      Template Script nameDescription
      formatted_current_date Returns the current local date and time in the DDMMYYYY 00.00 AM or p.m. format. For example, 21 Jan 2021 3:51 p.m. PST.
      msi_active_team Generate HTML for active team cards.
      msi_collab_cards Generate HTML for collaboration activity cards.
      msi_task_activities Generate HTML for task cards.
      msi_timeline_events Generate HTML for timeline event cards.
      si_affected_users Returns the affected users from the related list in a tabular form.
      si_assessments Returns the post incident assessment results in a tabular form.
      si_associated_phish_emails Returns the associated phishing emails from the related list in a tabular form.
      si_associated_phish_headers Returns the associated phishing headers from the related list in a tabular form.
      si_business_criticality Returns color-coded business criticality value.
      si_malicious_observables Returns the malicious observables from the related list in a tabular form.
      si_observables Returns the observables from the related list in a tabular form.
      si_priority Returns a color-coded priority value.
      si_response_tasks Returns the response tasks from the related list in a tabular form.
      si_time_to_identify Returns the duration spent in the Draft and Analysis state.
      si_time_to_resolve Returns the time to resolve the incident.
      注:
      You can also create your own template script to include the related lists data, date operations, and any other data that aren’t directly dot-walkable, in addition to the listed template scripts.