Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents
stylenone

Introduction

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

...

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

...

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:

...

  1. Image Added

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

  2. Image ModifiedImage Modified

    Advanced JSON Editor is displayed, like this:

  3. Image Modified

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

Built-in layouts

“Generic claim” layout

...

“Claim form” layout

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

...

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:

    Image Modified
  2. Click on Advanced button

  3. Advanced JSON Editor is displayed, like this:

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

Info

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.

...