var thisImport = SncTriggerSynchronizer.executeNow(getSchedImport);

Jeff138
Tera Contributor
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.
1 ACCEPTED SOLUTION

VivekSattanatha
Mega Sage
Mega Sage

@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.

View solution in original post

1 REPLY 1

VivekSattanatha
Mega Sage
Mega Sage

@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.