- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:36 AM
Hello Community,
I have UI Action button in which i wrote a script to create record in my custom table, But after clicking it is showing some cross scope previlage restriction.
Could you pls help me on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:38 AM
Hello @YashM
You might be creating the record of some different application scope from your scope, Thats the reason of restriction, You need to allow the UI Action from Restricted Caller Access, after the latest update of code.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:52 AM
Hello @YashM
Navigate > All > System Applications > Application Restricted Caller Access.
Into the records filter out,
- Using the target scope - the application scope in which you are creating record.
- Source Type :- UI Action.
after you got the record, update the status allowed from restricted.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:37 AM
Can you share your code which you have written, Also your UI action and table are on different scopes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:44 AM - edited 11-28-2023 09:55 AM
Hello @Prince Arora
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:38 AM
Hello @YashM
You might be creating the record of some different application scope from your scope, Thats the reason of restriction, You need to allow the UI Action from Restricted Caller Access, after the latest update of code.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:45 AM