Error Access to api 'put(sys_user.v_campus_case_email)' from scope 'sn_wsd_case' has been refused
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2025 08:45 PM - edited 03-30-2025 08:48 PM
In workplace service Delivery application, I got this after submitting record.
what could be the reason behind it?
Error - Access to api 'put(sys_user.v_campus_case_email)' from scope 'sn_wsd_case' has been refused due to the api's cross-scope access policy.
How to resolve this issue?
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 12:08 AM
how are you submitting the record? via record producer?
are you mapping some field "v_campus_case_email"? this field is on sys_user table, but it's created in which scope?
share some more details.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 11:41 AM
I am submitting record via record producer. and it is in Workplace service Delivery application.
I checked the variables all configuration but I didn't find any mapping. Also As a troubleshoot, I set that variable to active false, and error gone, don't understand what it is exact issue
I attached screenshot.
As suggested by Shivalika I created cross scope record, but it didn't work. earlier I created cross scope record to give execute API access, but it didn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 08:51 PM
what about this point?
are you mapping some field "v_campus_case_email"? this field is on sys_user table, but it's created in which scope?
are you using record producer script to set the target field v_campus_case_email
share the complete script and the details about that field
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 10:25 PM
Please share these details
are you mapping some field "v_campus_case_email"? this field is on sys_user table, but it's created in which scope?
are you using record producer script to set the target field v_campus_case_email
share the complete script and the details about that field
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 09:08 PM - edited 03-31-2025 09:09 PM
try to create this restricted caller. Ensure you give the correct details
OR try creating this in cross scope
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader