dynamicUsePK attribute
Specifies whether the display key or the primary key should be used in the interface name (default: false).
Content Type
Parent
Remarks
By default, when defining a parameter group that uses a dynamic ID to dynamically generate interfaces, the display key is used. If you want to use the primary key instead of the display key in the interface name, use this attribute and set it to "true".
Examples
<Group id="4" name="NamingFormatMain" type="inout" dynamicId="2000" dynamicIndex="*" dynamicUsePK="true"/>