How to locate and set global default user preferencesIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description How to set Global Default User Preferences. The following steps will help you to identify the user preference you want to set, and then set the user preference to be global for all users by default. Users will still be able to adjust the preferences to whatever they like, but when their user record is first created, these settings will be the default. Procedure 1. Change the user preference that you would like to set global for all users. Example: If you want forms to be tabbed for all users, navigate to the cog wheel in the nav frame header, and set the preference to "Tabbed forms". 2. Navigate to 'sys_user_preference.list' 3. Add to the query where "User is <your current username>" 4. Add the "updated" field to the list if it is missing 5. Sort by "updated" from "z to a" 6. The first record should be the name of the preference which you just updated. Copy this name. 7. Redo the search with the following parameters: - Name = <the user preference you just copied> - User = empty There should only be one record that matches this query. This record should have the "System = true" checked which will ensure this preference is the default user preference for all new users. You can edit this record to meet your business requirements. Applicable Versions All