Components installed with Proactive Engagement
Summarize
Summary of Components installed with Proactive Engagement
The Proactive Engagement application (com.snc.selfremediationframework) in ServiceNow Yokohama release installs several components critical for enabling proactive customer engagement and self-remediation capabilities. These components include user roles and multiple tables that store and manage issue templates, resolutions, notifications, and engagement records.
Show less
Roles installed with Proactive Engagement
Several roles are installed to manage and operate the Proactive Engagement framework:
- snpren.solutionprovider: Responsible for creating Issue Registry templates, resolutions, and resolution prompt records.
- snpren.engagementadmin: Handles deployment of Issue Registry templates, configures engagement settings, notification channels, fallbacks, and can create custom resolutions and notifications. Note: Access to the Proactive Engagement workbench also requires the SOW user role.
- snpren.issueregistrytemplatewrite: Grants permissions to create, edit, read, and delete Issue Registry templates, resolution records, and notification content.
- snpren.issueregistrywrite: Allows full CRUD on Issue Registry and related records.
- snpren.solutionprovider (read only): Can read Experience Issue records.
Key Tables Installed
The application installs several tables that organize key data and configurations:
- Proactive engagement provider (snprenprovider): Maintains details about the DEX solution provider (currently only ServiceNow).
- Issue Registry Templates (snprenissueregistrytemplate): Stores predefined or customer-created end-user issue templates, including resolution instructions and unique issue codes combining provider and issue codes.
- Issue Registries (snprenissueregistry): Contains issues actively deployed by customers for self-solution. Deployment of templates into this table by the Engagement Admin enables end-user engagement.
- Resolutions (snprenresolution): Holds resolution details triggered by threshold breaches, including self-help steps, URLs, remedial actions, or incident creation configurations.
- Notification Content (snprennotificationcontent): Stores notification messages and resolution consent prompts used during engagement.
- Experience Issues (snprenexperienceissue): Records engagement instances with end-users, tracking user info, resolution states, fallback results, and investigative data. This is the authoritative record for proactive engagements.
- Experience Issue Alert (snprenexperienceissuem2malert): Logs alerts that caused experience issues, mapping between alerts and experience issues, including throttling details.
Several types of components are installed with activation of the Proactive Engagement application (com.snc.self_remediation_framework), including user roles.
Roles installed with ServiceNow Proactive Engagement
| Role title [name] | Contains Roles | Description |
|---|---|---|
| sn_pren.solution_provider |
sn_pren.issue_registry_template_write |
This persona is responsible for creating the Issue registry template, Resolution, and Resolution prompt records. |
| sn_pren.engagement_admin |
sn_pren.issue_registry_write sn_pren.experience_issue_read sn_pren.issue_registry_template_write |
Note:
SOW user role is required to access the Proactive Engagement workbench. |
| sn_pren.issue_registry_template_write | None | Can create/edit/read/delete the
|
| sn_pren.issue_registry_write | None | Can create/edit/read/delete the
|
| sn_pren.solution_provider | None | Can read Experience Issue records |
Tables installed
| Table | Table name | Description |
|---|---|---|
| Proactive engagement provider | sn_pren_provider | Record used to maintain the details of the DEX solution provider such as name and provider code. As of today, we only have Servicenow as the provider. |
| Issue Registry Templates | sn_pren_issue_registry_template | This table stores all the end-user issues for which a customer could potentially engage the end-user to self-solve in case of an issue occurrence. Issue registry template records can either come from a third-party DEX/DEX provider or be created directly by the customer, with a reference to the provider. This table specifies the resolution for the issue and how the end user should be engaged, and it holds descriptive fields for the issue, such as Short Description and Description. Additionally, it contains a Unique Issue Code, which is a combination of the Provider Code and Issue Code, ensuring uniqueness across all template records for a customer. |
| Issue Registries | sn_pren_issue_registry |
This table holds all the issues that the customer has chosen for end-user self-solution. An Issue Registry record is created by deploying the Issue Registry template record. Simply having the Issue Registry template record does not make the issue eligible for self-solving; the Engagement Admin must deploy the template to create the Issue Registry record. The table stores all the configurations deployed by the customer, including details on whether a custom resolution and notification were configured by the customer, engagement settings, notification channel settings, fallback options, and template parity status. |
| Resolutions | sn_pren_resolution | Record used to store the resolutions configured to be executed when a threshold breach occurs, as per the metric rule configuration. This record could include a self-help instruction with defined steps, a URL with a specified link, a remedial action with a reference to the configured remedial action, or of type incident creation. |
| Notification content | sn_pren_notification_content | Record used to maintain the notification settings such as notification prompt message and resolution consent prompt |
| Experience Issues | sn_pren_experience_issue | Experience issue record is created once the engagement is initiated with the end-user. This stores data such as user info, State of the resolution execution, end reason state, fallback result (if triggered), investigative details, etc. This record will be the source of truth for any proactive engagement with end-user. |
| Experience issue alert | sn_pren_experience_issue_m2m_alert | Record used to create a log of the alert that caused experience issue. This is a mapping table between alert and experience issues, with details on count of throttled users and throttling reason. |