- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 01:40 AM
Hello Everyone,
I have a requirement to create incident from selected list of alerts from alerts table
I have created UI action script
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 11:28 AM
This is happening because your tables/records are in different applications and the default behavior of the system is to prevent the access to your scoped tables from outside their scope.
What you need to do is to define cross-scope priviledges, as described in the docs.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 11:28 AM
This is happening because your tables/records are in different applications and the default behavior of the system is to prevent the access to your scoped tables from outside their scope.
What you need to do is to define cross-scope priviledges, as described in the docs.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:44 PM
@Harikrishna4 Did my answer help you resolve your issue? Do not forget to mark it as Correct.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 10:49 PM
Hi Martin,
Thanks for giving me the clarification.
Regards,
Hari