Table of Contents

Introduction

This feature will allow you to build claim form layouts for generic products as well as specific products.

You will need permission to Create or Update Entity to do this.

To access to Claim Form Layout builder, please go to Claim Settings. See Claim Settings

On Claim Settings, click Fields & Layouts tab, click on Claim entity to open.

It will open Claim entity details. There are three main tabs:

How to build a claim form layout

To build a claim form layout, you need to go through these steps:

  1. On Field tab, create all fields necessary for the claim form: each new field for each question in claim form. See https://contemi.atlassian.net/wiki/spaces/SHC/pages/1761935570/Claim+Form+Layout#Configure-fields

  2. If you want to build a layout that will be used for all products, go to Layout tab and create or update layout from there. See https://contemi.atlassian.net/wiki/spaces/SHC/pages/1761935570/Claim+Form+Layout#Configure-Generic-layout

  3. If you want build a layout that will be used for a specific product, go to Product Layout tab and create or update layout from there. Instructions here. See https://contemi.atlassian.net/wiki/spaces/SHC/pages/1761935570/Claim+Form+Layout#Configure-Product-specific-layout

Configure fields

Add new field

On Field tab, click + New Field button, it will show the popup to add a new field to Claim entity.

On this popup, you need to provide:

After you’re done with required field information, you need to click Save to accept creating new field. The new field will be added and displayed in the Field List.

Update existing field

On Field list, click on Edit button of one field. It will show Update Custom Field popup where you can update the Name and Type. Notes: only Custom Field can be updated.

After you’re done with required field information, you need to click Save to accept the changes. The changes will be reflected in the Field list.

Delete existing field

On Field list, click on Delete button of one field. It will show a confirmation. Notes: only Custom Field can be deleted.

If you’re ok, please click Yes to accept deleting the field. The field will disappear from the Field list.

Configure Generic layout

Build new layout

On Layout tab, click on Create new layout button, it will show the popup to add a new layout template to Claim entity.

On this popup, you need to provide:

After you’re done with required layout information, you need to click Save to accept creating new layout. The new layout will be added and displayed in central content area of Layout tab.

Click on Config layout button to open layout toolbar.

The toolbar will be displayed on the left hand side. It has these types of controls:

Now, you can drag & drop controls from the left-hand-side toolbar into the layout on the right hand side.

After you complete building the layout, please click Save to save your work and now the layout is ready for use.

Update existing layout

To update an existing layout, you just need to select a layout from Layouts list.

The content of layout will be displayed on the screen.

Click on Config layout button to open layout toolbar.

Now, you can drag & drop controls from the left-hand-side toolbar into the layout on the right hand side as usual.

After you complete building the layout, please click Save to save your work and now the layout is ready for use.

Customize Layout using JSON Editor (for advanced users)

This function allows you to customize the layout and add more UI interactions & validations by tweaking JSON code directly. To do this:

  1. Select the layout in Layouts. For ex:

  2. Click on cogwheel icon to open Entity layout builder tool, then click on Advanced button

  3. Advanced JSON Editor is displayed, like this:

  4. Now, you can modify the JSON code or copy this code and use it in another layout.

Built-in layouts

“Generic claim” layout

“Generic claim” layout defines the generic claim form layout for all products. This means the content of this layout will be always displayed on Claim Form of each claim (below Claimant section) regardless of product.

“Claim Summary” layout

“Claim Summary” layout defines the fields displayed on Claim Summary Info.

“Claim form” layout

“Claim form” layout defines the fields displayed on Register a Claim.

We haven’t provided a function to delete a layout yet. So if you don’t want to use the layout anymore, please remove all items from the layout.

Configure Product-specific layout

Build new layout

On Product Layout tab, click on Create new layout button, it will show the popup to add a new product-specific layout template to Claim entity.

On this popup, you need to enter product name to search then select the product that you want to create the specialized layout. Each product has only one product layout. If you cannot find that product in the list, it means there’s an existing layout for it.

After you’re done with required layout information, you need to click Save to accept creating new layout. The new layout will be added and displayed in central content area of Layout tab.

Click on Config layout button to open layout toolbar.

Now, you can drag & drop controls from the left-hand-side toolbar into the layout on the right hand side as usual.

After you complete building the layout, please click Save to save your work and now the layout is ready for use.

Update existing layout

To update an existing layout, you just need to select a layout from Layouts list.

The content of layout will be displayed on the screen.

Click on Config layout button to open layout toolbar.

Now, you can drag & drop controls from the left-hand-side toolbar into the layout on the right hand side as usual.

After you complete building the layout, please click Save to save your work and now the layout is ready for use.

Copy layout from

This function speeds up the layout building by copying the layout content from one layout to another layout.

First, you need to select and open the layout (destination layout) that you want to have the layout content copied from.

Then, click on Copy layout from button. It will show a popup for you to select source product layout.

After you select the source product layout, there is a confirmation.

If you’re ok, please click Copy button. The layout content of source layout will be pasted to the destination layout.

Then you will see the content copied on the destination layout.

You can add more fields into the destination layout, delete fields, or reorganize fields as usual.

After you’re done all changes, please click Save button to save the changes.

If you want to revert, please click Cancel button to discard the changes.

Customize Layout using JSON Editor (for advanced users)

This function allows you to customize the layout and add more UI interactions & validations by tweaking JSON code directly. To do this:

  1. Select the layout in Layouts. For ex:

  2. Click on Advanced button

  3. Advanced JSON Editor is displayed, like this:

  4. Now, you can modify the JSON code or copy this code and use it in another layout.

We haven’t provided a function to delete a layout yet. So if you don’t want to use a layout anymore, please remove all items from the layout.

Related Topics