About error cross scope access privilege denied errorSummaryWhen operate HR or legal relevant records, access portals, some time error below happens. XXX operation on table 'AAA' from scope 'BBB' was denied. The application 'CCC' must declare a cross scope access privilege. Please contact the application admin to update their access requests. ReleaseAll Releases.InstructionsThis is an expected behavior. When the operation needs access the restricted scope, there is a record generated at Restricted Caller Access Privileges table(sys_restricted_caller_access), with Status=Requested. This makes the error happened. The error is also an expected behavior, which means, the admin has to review the operation and confirm if the access is allowed or not, regarding the business needs. If the operation is allowed, detect the record generated at sys_restricted_caller_access, and change the status from Requested to Allowed. Else admin needs to deny the request by setting status from Requested to Denied. Basically, all status = Requested records in table sys_restricted_caller_access should be checked and confirmed. In other words, status=Requested should not exist. For more details, refer to the official document 'Define cross-scope access to an application resource' by clicking here.