User unable to Personalize related List when domain separation is enabledIssue When domain separation is enabled, user is unable to personalize the related list view by adding new fields on list layout. When she clicks the gear symbol to select and move items over to selected view and clicks Ok, the change/fields is not in view.ReleaseAny releaseCauseThis is because - On personalization, the sys_ui_list record is created with the record domain. But while loading the related list in deferred mode, it uses the user domain instead of the record domain. So the sys_ui_list record wasn't found in the user personalization and it's loading the default list of fields. Resolution1. Check the user preference "glide.ui.related_list_timing" for affected user. If it is set to 'deferred', change it to 'default'.2. Personalize the related list view by adding new fields on list layout and verify if the changes are reflected.