Enter the default type for the parameter

Before you begin

Before you begin, you must complete Add the parameter to the parameter name typelist for rate routines.

About this task

Enter the default type which appears in the Type column on the Rating > Parameter Sets > Parameters tab in PolicyCenter. If you do not specify a default type, the Type column is blank.

Procedure

  1. In Studio, open RatingParameterSetScreenHelper.gs in the gw.pcf.rating.flow package.
  2. In the mapFromCodeToType static variable, enter a mapping for the code of the new parameter.

    Enter the code in capital letters prefixed by CalcRoutineParamName.TC_. Enter the default type as the fully qualified object type. For example:

    CalcRoutineParamName.TC_PATEST -> "entity.PersonalAutoLine"

What to do next

Now you can move to the next step, Include the parameter in a parameter set in PolicyCenter.