Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To configure Channel Manager, you need to set up several things. This article guides you through the necessary parts to get your first minimal implementation of Channel Manager done.

You will do:

Set up user rights

To see the Channel Manager at all, you need to have a role Claims or Manage Claims. As a developer, you will need both:

  • Claims - for the end users that should be creating the claims

  • Manage Claims - for users with ability to define Claim Types and work with Claim Records

Create new claim validation logic

Create and deploy new Claim Validation Logic - i.e. new generic logic with nature claim. For first quick test, you can even keep the logic empty (without any elements).

Prepare XLS file with claim data rows

Create XLS file

  • with one sheet

  • The first row has header - column/field names - those names can be used later in the mapping, if you want the values from the column to be mapped to the claim line item field.

  • The subsequent rows are claim rows.

Create new claim type

Create a new Claim Type (CLT), provide at least

  • the Name

  • the Label

  • the Validation Formula (logic) - your new logic

  • and some Mapping - at least map some of the XLS sheet columns to the Claim Line Item fields.

  • No labels