Error Message Read operation against 'sys_plugins' from scope 'sn_samp' has been refused due to the table's cross-scope access policyIssue Facing the following error when navigating to the module - "content service setup" - Read operation against 'sys_plugins' from scope 'sn_samp' has been refused due to the table's cross-scope access policyCauseThis is because of the customization on the sys_plugin table where the user updated the "Accessible from = This application scope only" that disabled the "can read" option as well. Hence facing this error.ResolutionAfter reverting the "Accessible from = All application scopes" on the sys_plugin table that enabled the "can read", the issue got resolved.