Add availability lookup table for modifiers

About this task

Add availability lookup table information for the new modifier 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 modifier.
    For example, code for the GOModifier entity in the Golf Cart line is:
    <!-- Modifiers -->
    <LookupTable code="GOModifier" entityName="ModifierLookup" 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"/>
      <DistinguishingField field="ModifierPatternCode"/>
    </LookupTable>

What to do next

See also