- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 07:44 AM
Hi All,
Getting a error while trying to create a new record in a scoped application from background script(scope = global) .
Could anyone please provide guidance
Background Script:
Error:
Scoped Table Configuration:
TIA
Farukh
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 10:09 AM
Please change it to tracking, remove instance cache by typing cache.do in the Application navigator and then try running your background script.
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 09:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 10:09 AM
Please change it to tracking, remove instance cache by typing cache.do in the Application navigator and then try running your background script.
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 10:38 AM
Thanks Muhammad, It did the magic 👏 👏 Have last query, shall I keep the runtime access as tracking or change it to none again? Thanks again for your time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2020 10:52 AM
Glad to be of help!
This depends on the type of security you want for your app. keeping it Tracking will help you auto create cross-scopes in the future if you interact with any other application to create/update/delete/read records.
- Muhammad
Muhammad