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
- Use Studio to navigate to and open lookuptables.xml.
-
Add a
LookupTableelement 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
- Configuring availability for more information about availability lookup tables
