- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2019 10:06 AM
Hi,
Instance version- Madrid.
We have developed a Scoped application in Dev instance and have used "gs.executeNow()" function in a script to execute the schedule job and it's working fine there, however when we installed this scoped application to aTest instance the same function is not working.
Please help me out to fix this issue.
Thanks,
Amit Srivastava
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 11:07 AM
Hi All,
Thanks for your time.
We have rectified this issue, The root cause of this issue was missing records in “Application Cross-Scope Access (sys_scope_privilege)” table for “scheduled_import_set” table, we allowed the read access from our scoped application to Global and it worked.
Thanks,
Amit Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2019 04:22 AM
Thanks reginabautista for your reply!
Yes, all schedule jobs exist in test instance within the scoped application.
Thanks,
Amit Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2019 05:29 PM
Hi,
In scoped application ,to call scheduled job use the function gs.executeNow(rec);
Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2019 04:23 AM
Thanks for your reply.
I'm doing same.
Thanks,
Amit Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 11:07 AM
Hi All,
Thanks for your time.
We have rectified this issue, The root cause of this issue was missing records in “Application Cross-Scope Access (sys_scope_privilege)” table for “scheduled_import_set” table, we allowed the read access from our scoped application to Global and it worked.
Thanks,
Amit Srivastava