Add the variant identifier to the data model

Procedure

  1. In Studio, add a column with the name of the variant identifier to CalcRoutineDefinition.eti and include the name in the index. For detailed instructions, see Extending a base configuration entity.

    For example, add a column for the variant identifier named NewVariantIdentifier defined as follows:

    Name

    Value

    name

    NewVariantIdentifier

    type

    shorttext

    nullok

    true

    desc

    A new variant identifier

    localization

    a_table_name

  2. Add a NewVariantIdentifier index to CalcRoutineDefinition defined as follows:

    Name

    Value

    name

    NewVariantIdentifier

    keyposition

    4

  3. Change the Retired index keyposition from 4 to 5. The NewVariantIdentifier index is inserted before Retired.

What to do next

Now you can go to the next step, Add the rate routine variant identifier to PCF files.