- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:43 AM
Hello,
I would like help.
I'm creating a record producer with a field that automatically takes the zip code.
However, I am facing the following error:
Access to Script Include CepIntegrationAjax blocked from scope: x_1487170_a_a_no_0
this is my script include:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 07:13 AM
Hello @Otavio_Jordao ,
This typically occurs when you try to access a Script Include that is not accessible from the current application scope.
Set the Accessible from field to All application scopes as below -
If setting the Accessible from field to All application scopes doesn't resolve the issue, you may need to create a cross-scope privilege. Please refer below document -
If my answer solves your issue, please mark it as Accepted ✔️& Helpful!👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:53 AM
Hello,
Check if your script include was set to be accessible from other scopes. Please check your script include settings.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:57 AM
Seems you need to define a Cross-scope privilege record:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 07:13 AM
Hello @Otavio_Jordao ,
This typically occurs when you try to access a Script Include that is not accessible from the current application scope.
Set the Accessible from field to All application scopes as below -
If setting the Accessible from field to All application scopes doesn't resolve the issue, you may need to create a cross-scope privilege. Please refer below document -
If my answer solves your issue, please mark it as Accepted ✔️& Helpful!👍