can we execute data sources(import sets) from background

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2016 04:33 AM
can we execute data sources(import sets) from background ? i.e. instead creating a scheduled import and execute it from background is there any package or util which will execute data source and transform map manually?
or else does
SncTriggerSynchronizer.executeNow('scheduled import sys_id'); has capability to execute the data source without creating scheduled import ?
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2016 04:38 AM
Yes, I have done it before with that exact function.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2016 05:37 AM
Hi Sage,
No , i guess because that would execute the scheduled jobs but not the data sources , i am thinking of a solution to execute /trigger datasource from background.
that method is not compatible with data sources, if you implemented , can you help me with implementation?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2016 04:35 PM
What's wrong with executing the Scheduled Job? Just set it to inactive, or set the start date 20 years from now, so it doesn't run on its own.
Either that or copy the "Load All Records" UI Action.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 02:42 AM
Thats the end option available ... initially i am thinking of checking possibility for data source then scheduled job.