How can I apply translations to Assignment Group namesIssue When you want to apply translations to assignment group names.ReleaseAllCauseIt is not possible to translate the assignment group filed name because the name field is string type (This is expected OOB).ResolutionIn order to do so, you have to modify the type to "Translated text" type. Link to the dictionary record below: sys_dictionary.do?sysparm_referring_url=sys_user_group.do%3Fsys_id%3Da685f5e6db32ab00843af6100f961911%4099%40&sysparm_view=&sysparm_query=name%3Dsys_user_group%5Eelement%3Du_display_name&sysparm_query_encoded=name%3Dsys_user_group%5Eelement%3Du_display_nameThe next step will be to create translated text for the particular group name (You have to do it manually because in OOB the name type is string). Steps below: 1. For this go to sys_translated_text table and create a new record.2. Field name will be name.3. Table name will be Group(sys_user_group)4. Document will be the "Assignment group name".5. After the record has been created, you will be able to see the translation in the assignment group names.Note:You have to make the translation text record for every group name manually.