scoped application : I need to run schedule job to update values of tables in a scoped application

vivekanand_am
Kilo Contributor

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.

5 REPLIES 5

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.