com.glide.script.fencing.CrossScopeAccessNotAllowedException:スコープ XXX から ScopedEmailWrapper へのアクセスは許可されていません。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: ; } } スコープ対象のアプリケーション内にあるテーブルのターゲットレコードを更新するために書き込まれた受信アクションは機能しません。 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: ; } } この問題は、受信アクションがスコープ対象のアプリケーションで作成されたテーブルへの書き込みアクセス権を取得しないために発生します。 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_scope_privilegeレコードを作成することで、この問題を解決できました。 このようなレコードのサンプル.xmlは次のとおりです。 <sys_scope_privilege action="INSERT_OR_UPDATE">4 <operation>execute</operation>5 <source_scope display_value="Change Management - CAB Workbench">18351d53eb32120034d1eeea1206fe79</source_scope>6 <status>allowed</status>7 <sys_class_name>sys_scope_privilege</sys_class_name>8 <sys_created_by>beth.anglin</sys_created_by>9 <sys_created_on>2016-07-19 07:16:20</sys_created_on>10 <sys_customer_update>false</sys_customer_update>11 <sys_id>41e80b80eb3022002a7a666cd206fe89</sys_id>12 <sys_mod_count>0</sys_mod_count>13 <sys_name>ScopedEmailWrapper</sys_name>14 <sys_package display_value="Change Management - CAB Workbench" source="sn_change_cab">18351d53eb32120034d1eeea1206fe79</sys_package>15 <sys_policy/>16 <sys_replace_on_upgrade>false</sys_replace_on_upgrade>17 <sys_scope display_value="Change Management - CAB Workbench">18351d53eb32120034d1eeea1206fe79</sys_scope>18 <sys_update_name>sys_scope_privilege_41e80b80eb3022002a7a666cd206fe89</sys_update_name>19 <sys_updated_by>beth.anglin</sys_updated_by>20 <sys_updated_on>2016-07-19 07:16:20</sys_updated_on>21 <target_name>ScopedEmailWrapper</target_name>22 <target_scope display_value="Global">global</target_scope>23 <target_type>scriptable</target_type>24 </sys_scope_privilege> アプリケーションスコープとターゲット名 - ScopedEmailWrapper のレコードを作成した後、問題は解決されました。