Link the coverable to the coverage

Before you begin

Define coverage entity for coverable

About this task

In this example, the coverable is the policy line (GolfCartLine), and the coverage is GolfCartLineCov.

Procedure

  1. Use Studio to open the coverable entity.
    For the Golf Cart line, open GolfCartLine.eti in configuration > config > extensions > entity.
  2. Add the Coverage as an array on the Coverable.
    For the Golf Cart line, add an array element to the GolfCartLine entity with the following properties:

    Property

    Value

    name

    GOLineCoverages

    arrayentity

    GolfCartLineCov

    cascadeDelete

    true

    desc

    Line-level coverages for GolfCartLine

  3. At this point, you can verify your work. For instructions, see Verify your work.