Unable to Personalize List Columns in Reference lists when Domain Separation is enabledIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms In forms, users are unable to personalize the columns of reference lists. Below the steps to reproduce: Navigate to the form. 2. Notice the form view is not the Default one. 3. From the "hamburger menu" click on the "Toggle Domain Scope" option. Otherwise, the "Domain Scope Expanded" message will be displayed after making changes in the Related List. 4. Go to any Related List. 5. Click on the gear icon and move some columns from "Available" to "Selected" and click OK. *** Notice the form will be reloaded. 6. Re-visit the Related List and notice the added columns are not displayed. If the Related List is opened in a New Window and the view for the list is set to Default, then the added columns will be displayed. Release Any current supported release. Environment Domain Separation enabled. Cause The following system property is set to true: glide.sys.domain.use_record_domain_for_processes When this property is enabled, we use the record's domain for choosing which processes to run on any form. For lists, we use the user's session domain for picking the processes. Resolution Set the system property glide.sys.domain.use_record_domain_for_processes to false. However, evaluate the requirements of the business and modify the value of this property accordingly. Additional Information Review the following related KB article KB0716622.