Background Script does not show all scopes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 10:31 AM
How do I get all scopes to display in the background script scope selector? It seems like it will only show a max of 7 and it looks like it's sorted by created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 06:53 AM
Are you trying to run background script for applications which are downloaded? If so, you can't.
I believe, you can run a background script against only the apps which are created in same instance / author instance/ apps which are in Develop tab of applications / the apps from "sys_app" table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2018 01:15 AM
Same issue here 4years later,
One workaround is to create a business rule on a table which is in the right scope and trigger it with very selective condition "on update: comments added on record sys_id = ****);
then the script will find the records invisible due to scope restrictions previously.
I wonder if SN is ever going to fix it...