Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 06:15 AM
var thisImport = SncTriggerSynchronizer.executeNow(getSchedImport);
I'm triggering a Scheduled Import from a script. This process returns a SysID as thisImport. Where is that SysID? I can't find it in sysauto, syslog_transaction, sys_trigger, sys_import_set_run. I need to verify that the import actually started before the rest of my script executes.
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 06:25 AM
@Jeff138 It is a record from sys_trigger table but that record will vanish once the job finish, that is the reason you cant able to see it in sys_trigger table.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 06:25 AM
@Jeff138 It is a record from sys_trigger table but that record will vanish once the job finish, that is the reason you cant able to see it in sys_trigger table.