Add availability lookup for rating factors

About this task

Add availability lookup table information for the new rate factor entities in the new line of business.

Procedure

  1. Use Studio to navigate to configuration > config > lookuptables and open lookuptables.xml.
  2. Add a LookupTable element for each rate factor.
    For example, you can use this code for the GORateFactor entity in the Golf Cart line:
    <!-- Rate Factors -->
    <LookupTable code="GORateFactor" entityName="RateFactorLookup" 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="RateFactorPatternCode"/>
    </LookupTable>

What to do next

See also