Configuration to sort list alphabetically
Learn more about the configuration to sort attribute list alphabetorically.
While editing the new Profile view, you can add new values for an attribute by clicking the More attributes link. For more information, see topic Editing profiles. To sort this list alphabetically, configure your UI configuration by using JSON similar to the following example.
{
"point": "com.reltio.plugins.ui.configuration",
"id": "com.reltio.plugins.ui.AttributesSorting",
"strategy": "ascByName"
},