Add the variant identifier to the data model
Procedure
-
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
NewVariantIdentifierdefined as follows:Name
Value
name
NewVariantIdentifier
type
shorttext
nullok
true
desc
A new variant identifier
localization
a_table_name
-
Add a
NewVariantIdentifierindex toCalcRoutineDefinitiondefined as follows:Name
Value
name
NewVariantIdentifier
keyposition
4
-
Change the
Retiredindexkeypositionfrom4to5. TheNewVariantIdentifierindex is inserted beforeRetired.
What to do next
Now you can go to the next step, Add the rate routine variant identifier to PCF files.
