Passing data to Scheduled Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 08:17 AM
Hi
I am triggering a Scheduled Script from a UI Action using SncTriggerSynchronizer.executeNow.
Is it possible to pass data to the Scheduled Script ?
Thanks
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2016 12:45 PM
You could also try, from your script, to create a scheduled job. It's the long way around, but then the before insert/update/delete rule would run the SncTriggerSynchronizer.synchronize(current); that you are probably referring to.
I too am trying to make this happen, but I need to pass some additional parameters, but if you could script the values into a Scheduled Script record correctly, it should set you on your way.
ws