Scheduled Data Import - Execute Now Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 05:26 AM - edited 03-14-2024 06:28 AM
Hello, when I create a scheduled data import, I saw that there is a [Execute Now] button, I wanted a way to activate the button via script. I tried using the UI action script:
current.update();
SncTriggerSynchronizer.executeNow(current);
But when I run the script in the background script my Cimport does not start.
Would anyone know how to make it work? 😓
I use scheduled data import because I activate concurrent import.
------------------
It actually worked, for some reason when I tried it it didn't start, but testing it for the 3rd time it worked. Please disregard this post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:21 AM
Hi,
I am needing the same and calling the code from a runscript inside a workflow:
Any idea why?
Thanks,
Deb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:25 AM
The error happens right at the line:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:32 AM