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
- Use Studio to navigate to and open lookuptables.xml.
-
Add a
LookupTableelement 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
