scoped application : I need to run schedule job to update values of tables in a scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 08:46 AM
scoped application : I need to run schedule job to update values of tables in a scoped application
I did : I gave write and create check in the table, control section. I am not sure what else i need to do to make scheduled job run.
Note : Script runs fine when i try using background script but it doesn't run when i try to execute it in schedule job.
Please advise what could be the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 06:46 AM
That is correct Aleck. If you think about it from, say incident, and that table has read-only for other applications, then your scope won't be able to create records in that table via script. That's effectively what you're trying to do.