Agent chat GraphQL calls shouldn't be made when agent chat is not installedDescriptionAgent chat GraphQL calls shouldn't be made when agent chat is not installedSteps to Reproduce 1. OOB instance without agent chat installed2. Go to workspace and open lists3. Create new interaction and open it in workspace so that there's a new tab for the interaction4. Close the interaction tab5.Go to <instance>/syslog_list.do?sysparm_query=level%3D2%5EmessageLIKEGraphQL&sysparm_view=Expected: No errorsActual: GraphQL errors as per below. Component GraphQl LOG - GlideGraphQL : Invalid record for (table, sysId) pair: com.glide.graphql.GlideGraphQLException: Invalid record for (table, sysId) pair: com.glide.ui.form.graphql.clientscripting.fetchers.ScriptEnvironmentSCClientScriptFetcher.get(ScriptEnvironmentSCClientScriptFetcher.java:38)com.glide.ui.form.graphql.clientscripting.fetchers.ScriptEnvironmentSCClientScriptFetcher.get(ScriptEnvironmentSCClientScriptFetcher.java:24)com.glide.graphql.fetchers.GraphQLTransactionCancelledFetcher.get(GraphQLTransactionCancelledFetcher.java:35)graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:234)graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:173)graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutionStrategy.java:45)graphql.execution.Async.eachSequentiallyImpl(Async.java:73) Component GraphQl LOG - GlideGraphQL : Exception encountered processing path: /GlideInteraction_Mutation/exit_chat - Interaction -1 not found: com.glide.graphql.GlideGraphQLException: Exception encountered processing path: /GlideInteraction_Mutation/exit_chat - Interaction -1 not found: com.glide.graphql.impl.GlideGraphQLDataFetcherExceptionHandler.createGlideGraphQLException(GlideGraphQLDataFetcherExceptionHandler.java:40)com.glide.graphql.impl.GlideGraphQLDataFetcherExceptionHandler.accept(GlideGraphQLDataFetcherExceptionHandler.java:23)graphql.execution.ExecutionStrategy.handleFetchingException(ExecutionStrategy.java:310)graphql.execution.ExecutionStrategy.lambda$fetchField$1(ExecutionStrategy.java:253)java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:836)java.util.concurrent.CompletableFuture.uniHandleStage(CompletableFuture.java:848) WorkaroundThere is no workaround and there is no functional impact due to these errors. Please upgrade to Fixed Version to fix this issue. Related Problem: PRB1478277