Description:
The erwin index uses its logical Entity name as part of the Index name which is very long. How may I instead apply the Table name to make for a shorter Index name?
Solution:
By default, the Index name is based on its Key Group name by using macro %KeyName to convert the Key Group name to the Index name. In order to use Table name in the Index name, you can change the macro to X%KeyType%TableName. That will change the Index name based on the abbreviated or shortened Table name instead of Entity name.
Comments
0 comments
Please sign in to leave a comment.