"Load All Records" UI Action is Missing from the Data Source FormIssue <!-- 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; } --> Symptoms After upgrading, users no longer see the "Load All Records" option under the Related Links section in sys_data_source records. Release Istanbul & Later Cause The out of box "Load All Records" UI action was updated by development to include the 'import_admin' role in the Required Roles embedded list. Users who do not have this role associated to their user account will no longer see the "Load All Records" link. Resolution Typically, if users require the ability to utilize the "Load All Records" UI action to import records from data sources, removing the 'import_admin' role requirement would revert the behavior back to that of Helsinki and earlier. However, our developers have tightened security around the import process and have implemented a role requirement at the java level for the sys_import.do Processor page. When users click the "Load All Records" link, the sys_import.do page loads. Even if an admin were to remove the 'import_admin' role requirement from the UI action, clicking the link loads a white page with the message "User Not Authorized". This is because developers have required that the user must have one of the following roles to see the page: -admin -import_admin -import_set_loader There are two workaround options here: 1. If admins do not want users to have the 'import_admin' role- Remove the 'import_admin' requirement from the "Load All Records" UI action. Then grant users the 'import_set_loader' role. OR 2. If admins do not want to modify the out of box UI action, granting the 'import_admin' role to their users will allow them to access the sys_import.do page without issues.