Error Message: Read operation on table 'sn_hr_core_case_relations' from scope 'Global' was denied because the source could not be found. Please contact the application admin.<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue Opening a record on the sn_hr_core_case_relations table throws one of the following errors: Read operation on table 'sn_hr_core_case_relations' from scope 'Global' was denied because the source could not be found.Read operation on table 'sn_hr_core_case_relations' from scope 'Global' was denied. The application 'Global' must declare a cross scope access privilege. Cause The table sn_hr_core_case_relations belongs to the scoped application Human Resources: Core (sn_hr_core). A Restricted Caller Access (RCA) record allowing the Global scope to read this table is missing, so the platform blocks the read. Resolution Navigate to sys_restricted_caller_access.list and click New.Set the following values: Source Scope: GlobalTarget Scope: Human Resources: Core (sn_hr_core)Target Type: TableTarget Name: sn_hr_core_case_relationsOperation: readStatus: Allowed Save the record.Reopen the impacted record — the error should no longer appear.