Add lookup table information for coverages

Procedure

  1. In Studio, navigate to configuration > config > lookuptables and open lookuptables.xml.
  2. Add lookup table information for new coverages. Use other lines of business as an example.
    <!-- ======================================================================================= -->
      <!-- Golf Cart Lookup Tables -->
      <!-- GolfCartLine -->
      <LookupTable code="GolfCartLineCov" entityName="CoverageLookup" root="GolfCartLine">
        <Filter field="PolicyLinePatternCode" valuePath="GolfCartLine.PatternCode"/>
        <Dimension field="State" valuePath="GolfCartLine.BaseState" precedence="0"/>
        <Dimension field="UWCompanyCode" valuePath="GolfCartLine.Branch.UWCompany.Code" precedence="1"/>
        <Dimension field="JobType" valuePath="GolfCartLine.Branch.Job.Subtype" precedence="2"/>
        <DistinguishingField field="CoveragePatternCode"/>
      </LookupTable>
  3. At this point, you can verify your work. For instructions, see Verify your work.