Error while previewing update set - 'Could not find a table sys_ui_module this update requires' & 'Could not find a table sys_ui_application this update requires'Issue In Retrieved Update Set -> Update Set Preview Problems Errors Received:1. Could not find a table sys_ui_application this update requires.2. Could not find a table sys_ui_module this update requiresCauseThe reason for the error message is because the update set is trying to update a record in a table that doesn't exist in the instance. This is expected behaviour of an Update Set when the tablessys_ui_module and sys_ui_application do not exist in the system.ResolutionThe tables did not exist because they are part of a plugin called Mobile UI with ID 'com.glide.ui.m' which is inactive. Example URL below https://<instance name>.service-now.com/nav_to.do?uri=%2Fv_plugin.do%3Fsys_id%3Dcom.glide.ui.m Activating the plugin will resolve the issue. Steps Below Log in to the instanceNavigate to the PluginSearch for Name = Mobile UI or ID = com.glide.ui.mChange the status to 'Active'Related Linkshttps://docs.servicenow.com/csh?topicname=c_NavigationAndTheUserInterface.html&version=latest