HRライフサイクルイベントケースのクロススコープアクセスエラーを解決する方法Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ライフサイクルイベントケースのアクティビティを完了する際に発生する「テーブルへの読み取り操作が拒否されました」というエラーを解決してください。エラーメッセージの全文は次のとおりです。 「スコープ「人事:サービスポータル」からのテーブル「sn_hr_le_case」への読み取り操作が拒否されました。アプリケーション「Global」はクロススコープアクセス権限を宣言する必要があります。アプリケーション管理者に連絡してアクセス要求を更新してください。」 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } サポートされているすべてのリリース Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } このエラーは、特定のスコープリソース(テーブル、スクリプトインクルードなど)が他のスコープへのアクセスを拒否するように設定されている場合に発生する可能性があります。この問題を解決するには、スコープ管理者が制限付き発信者アクセスレコード [sys_restricted_caller_access] を更新し、他のスコープからのリソースへのアクセスを許可する必要があります。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 制限付き発信者アクセス [sys_restricted_caller_access] テーブルに移動します。リストビューに「更新済み」列を追加します。「ターゲットスコープ」が「人事:ライフサイクルイベント」である、最近更新された制限付き発信者アクセスレコードを確認します。「操作」列のリンクを選択するか、情報アイコンを選択してレコードを開きます。「ステータス」フィールドの値を「リクエスト済み」から「承認済み」に変更します。「保存」を選択します。アクティビティを再度テストします。 テストが再度失敗した場合は、前の手順を繰り返します。場合によっては、あるスクリプトが別のスクリプトを呼び出し、承認が必要な追加の「制限付き発信者アクセス」レコードが生成されることがあります。 Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } スコープ設定とHRロールに関するよくある質問 制限付き発信者アクセス権限の設定 アプリケーションリソースへのクロススコープアクセスの定義 アプリケーションスコープへのアクセスまたはアプリケーションスコープからのアクセスの定義 赤いポップアップ「...Must declare a cross scope access privilege」エラーを修正する方法