Remote Table List cannot be loaded on Workspace if 'sys_id' is missing in the Table Definition ScriptDescriptionWhen creating a remote table, the following two items need to be defined. Remote table: fields in the tableScript definition: the scripts used to fetch data into the fields of the table. The sys_id will be added to the Remote table fields automatically by default. If "v_table.sys_id" is not defined in the Script definition, the Remote Table List, including the related list, cannot be loaded on Agent Workspace. The following error message will pop up. An error has occurred. Please contact your system administrator. Method invocation failure for: com.glide.ui.list.graphql.listLayout.ListLayout::getLayoutQuery Release or EnvironmentOrlando and above.ResolutionAdding "v_table.sys_id" in the Script definition should resolve this issue.Additional InformationRemote tables