Configuring Cloud Service Account form related lists causes the related lists to be deletedDescriptionTrying to Save/Update the Related Lists for a Cloud Service Account in global would result in error and all Related Lists Entries being deleted. The error displayed would be "Error MessageInvalid 'Table' selected on the Related List record. The 'Cloud Service Account' table is in application 'Global', but the current application is 'Discovery and Service Mapping Patterns'."Steps to Reproduce 1.navigation: Cloud Provisioning and Governance -> Service Accounts -> New2.header: Configure -> related lists it says"The 'Default view' is in the Discovery and Service Mapping Patterns application, but Global is the current application. To edit this related list:Edit this view in Discovery and Service Mapping PatternsCreate a view in Global"3. Switch the Application scope of the session to Discovery and Service Mapping patterns, and reload - This time there is a Save button. Without changing anything, Click Save. It is possible to add/remove selected lists, but is not necessary. - When the service account form reloads, the bellow error would be displayed "Error MessageInvalid 'Table' selected on the Related List record. The 'Cloud Service Account' table is in application 'Global', but the current application is 'Discovery and Service Mapping Patterns'." - and no related lists visible on the form now.4. header: Configure -> related lists again, and the 4 lists are no longer in the selected slushbucket- check sys_update_xml, and /sys_ui_related_list.do?sys_id=d0b5ab5c536b3010be52ddeeff7b1257 has apparently been updated, but look at the record and it hasn't changed.What's actually happened is the 4 sys_ui_related_list_entry records got deleted:/sys_ui_related_list_entry.do?sys_id=18b5ab5c536b3010be52ddeeff7b1258/sys_ui_related_list_entry.do?sys_id=50b5ab5c536b3010be52ddeeff7b1259/sys_ui_related_list_entry.do?sys_id=54b5ab5c536b3010be52ddeeff7b1259/sys_ui_related_list_entry.do?sys_id=58b5ab5c536b3010be52ddeeff7b1259WorkaroundThe workaround is to manually create a new Related List and Related List entries in Global scope after deleting the Patterns scope Related List and Related List Entries. There are two Update Sets attached that do exactly what is specified in point 1. Order of loading them would be the updateset in the Patterns scope, which deletes the Patterns scope configuration and then the Global scope, which adds Related List and Related List Entries in the Global scope, which is the table scope. *Note - when preview-ing the Global scope Update Set, press on "Accept the Update Set" in the Preview Error, which is related only on the time updates for the two Update sets.Related Problem: PRB1797724