Configure Individual Life Claims

  • Release version: Xanadu
  • Updated August 1, 2024
  • 4 minutes to read
  • Configure the components that are installed with the Individual Life Claims application to meet your organization's claims requirements. Examples include long-term care, disability, or critical illness.

    Before you begin

    Make sure that the Individual Life Claims application is installed. For more information, see Install Individual Life Claims.

    Role required: admin

    About this task

    Individual Life Claims includes a death benefit claim workflow that demonstrates the ability to work on multiple policy claims from a single case. It also includes a first-notice-of-loss (FNOL) playbook and a customizable workspace for claims adjusters. See Individual Life Claims workflows for more information.

    Procedure

    1. Import your insurance policies, financial products, and financial institutions into ServiceNow tables.
    2. Review the installed components and modify them, or add new ones as applicable.
      TaskDescription
      Configure roles and user groups

      Determine the roles of the individuals that you need to work on the claim cases for your line of business. Set up the roles to support the permissions that are required to adjudicate a claim. The roles should inherit the included roles from FSO core. For more information, see Managing roles.

      Required roles include:

      • Viewer: Included in the Individual Life Claims application and inherits the viewer role, and account or customer data viewer roles from FSO core. This role can view the customer, case, and policy information for your line of business.
      • Adjuster: Included in the Individual Life Claims application and inherits the core adjuster role, and document processor agent role, from FSO core. This role evaluates the claims for your line of business.
      • FNOL Agent: Included in the Individual Life Claims application and inherits the first-notice-of-loss (FNOL) representative core role. This FNOL agent role is shared across all lines of business.
      • Manager: Included in the Individual Life Claims application and inherits the death benefit claims adjuster role. This role contains the adjuster roles for all your lines of business. This role has the permission to view Performance Analytics dashboards. This role is shared across all lines of business.
      • Admin: Included in Individual Life Claims and inherits the service definition admin core role. This role performs the configurations that are required for the application. This role is shared across all your lines of business. You may not need to make any changes to this role.

      Next, configure the user groups for the assignment of cases and tasks. You can also assign roles to groups. For more information, see Configure user groups.

      Set up script includes Use script includes to store JavaScript that runs on the server. By using script includes in your claims flow, you enable reusability and inheritance from the base objects.
      Add the following for each table that was created for your line of business:
      • An Action layer script include contains the UI-level action functions.
      • A Service layer script include contains the middle layer business logic.
      • A DAO layer script include contains the methods to perform CRUD operations.
      • Any other script includes based on your requirements.

      Modify the ClaimConstants script include to reuse the object names across functions.

      For more information, see Script includes.

      Configure tables and ACLs Configure the tables by reviewing the existing tables that were provided in Insurance Claim Core and the tables included in this application, and make changes according to your requirements.
      Configure access control lists (ACLs) on these tables to give the appropriate permissions to the roles and personas who work on the cases and tasks.
      Note:
      The claims data model supports working on a single case with either a single policy, or multiple policies, or beneficiaries.

      For more information, see Data Model and Components installed with Individual Life Claims.

      Configure form views Set up any required views for any new tables according to your business requirements.

      You can use the included case views and task views in this application for reference.

      Configure service definitions Configure service definitions to enable unique flows and views for your service cases and tasks. For example, the services for a claim could be reporting a new claim, appealing a claim, or reopening a claim.

      Define the new services for each case type table in your model.

      You can also define the services for task tables to create different flows for your tasks. Examples include a claim validation task flow or a claim closure task flow.

      For more information, see Configure service definitions.
      Set up UI actions Define the actions that the user can take on the table record in a form. Examples include New, Save, Update, Assign to me, and Cancel.
      • The case tables inherit the UI actions from CSM.
      • The task tables inherit the UI actions from Financial Task.

      Override or hide the actions according to your business requirements.

      For more information, see UI actions and FSO Core Banking tables.

      Configure workspaces Configure the workspaces for your defined personas to interact with the customers and create and work on cases.

      Use the provided landing pages and workspaces as a reference, or create your own using UI Builder.

      For more information, see Enable the claim workspace for Individual Life Claims.
      Note:
      The claim workspace is accessible from an adjuster task.

      For more information, see Configure CSM Configurable Workspace and UI Builder.

      Configure decision tables Set up the decision tables that are specific to your business requirements.

      Refer to the included claim triage decision table for the rules to triage the severity of a claim.

      If the input parameters, rules, and other elements vary, new tables may be needed for each line of business.

      For more information, see Decision Tables.

      Configure the approval engine Update the approval engine properties as required at Insurance claim operations > Properties.

      For reserves and payments, review and update the Claim reserves and payments rules decision table with your desired parameters and values.

      For more information, see .

      Configure assignment rules Configure the assignment rules to identify the cases that meet certain conditions and then route those cases to agents. For more information, see Configure assignment rules.
      Edit or create flows Edit or create flows by using Workflow Studio. For more information, see Edit or create flows.