AI search results on Service Portal throws cross scope warning messagesIssue AI Search makes a rest API call and once the response is received the engine starts matching user criteria. If there are any user criteria records created in the incorrect scope will throw the cross scope warning messages. Example: If the user criteria record that reference the HR tables (HR Scope) created in Global scope rather than in the HR scope, so when AI Search tries to validate the user while they're in the global scope, they hit these criteria records that are validating against the HR scoped tables. Sample Error: Read operation on table 'sn_hr_core_retirement_benefit' from scope 'Global' was denied because the source could not be found. Please contact the application admin.ReleaseAll ReleasesCauseUser criteria record created in incorrect scope.ResolutionDisable or delete the "User Criteria" records that are in the Global scope, but point to scoped application tables, and re-create them in the right scope.