Free cookie consent management tool by TermsFeed Installing Case Record Chat [Case Management Studio]
Installing Case Record Chat

Introduction

Case Record Chat ships as a separate module supported on Case Management Studio 24.1.1.3 and higher. Once integrated with Case Management Studio, this module places the Records Chat Component on the case record summary so caseworkers can ask AI questions about a case.

This guide outlines the steps for downloading and installing the Case Record Chat module and integrating it with your Appian Case Management Studio Base application. The steps include:

System prerequisites

  • Appian platform running version 24.1 or greater.
  • An Appian Cloud environment with the premium platform tier.
  • A supported web browser.
  • Imported Case Management Studio Base application.

Step 1: Downloading the software package

The first step in installing the Case Record Chat module is to download the software package that contains the following files. These files will be used in the remaining setup steps.

  • CaseRecordChatModulev1.0.0.zip
  • CaseRecordChatModulev1.0.0.properties

To download the software package:

  1. In MyAppian, navigate to the Support tab.
  2. Select DOWNLOADS > SOLUTIONS.
  3. In the grid, click Appian Case Management Studio.
  4. Under Downloads, click Case Record Chat and agree to the License Agreement.
  5. Click Case Record Chat v1.0.0 to download the ZIP file.
  6. Unzip CaseRecordChatModulev1.0.0.zip to access the installation files.

Step 2: Importing the application

Next, you need to import the application into the target environment.

To import the application:

  1. In the target environment, log in as the deployment user.
  2. Navigate to the Appian Designer.
  3. Click IMPORT.
  4. Click UPLOAD and choose the application CaseRecordChatModulev1.0.0.zip file that was downloaded in Step 1.
  5. Click the Include related import customization file checkbox and click UPLOAD. Select the properties file that was downloaded in Step 1.
  6. Click INSPECT to ensure that there will be no complications on import.
    • Note: Inspection could take several minutes and may time out. If this occurs, the import will continue in the background.
  7. Click IMPORT.
    • Note: The import may time out due to file size. If this occurs, the import will continue in the background.
  8. Review the import results.

Step 3: Incorporating Record Chat

After installing the Case Record Chat module, you need to incorporate Record Chat on the Case Summary.

  1. In Appian Designer, navigate to the CMGT Case Management Studio Base application.
  2. Search for CMGT_Case_RecordView_Summary interface.
  3. In the Expression Editor, find the columnLayout with the CMGT_Case_CaseDetailsSummary expression rule.
  4. Above CMGT_Case_CaseDetailsSummary, add the CMGT_SS_AI_AppianSmartSuggestionsWrapper_Display interface.
  5. In the contents parameter of CMGT_SS_AI_AppianSmartSuggestionsWrapper_Display call the CMGT_RC_AI_RecordChatCases_Display interface and pass in the the case parameter.

    cms_chat_with_case_record_incorporation

Installing Case Record Chat

FEEDBACK