How to execute a custom event action using a migration job.
Hi,
I wan t to call a custom event action using a migration job. I am loading data from a file to IFS system using migration jobs after that I want to execute a custom action using a migration job. Can anyone help me by mentioning the steps for this?
Thanks,
Sachini
Page 1 / 1
Hi Sachini, can you please details more what is the process?
From my understanding is that you want to trigger a custom event after loading data into IFS using in this case a migration job, is it correct? And the action you want to perform what is it?
Hi Sachini,
I don’t know of an easy way to do this with Events, but you should be able to use a projection action on a workflow to target when the ExecuteJob projection is used.
I just tested this and it is working, inside the workflow you can use logic to filter which migration job you want to use.
If you have any questions let me know.
Thanks,
Daniel Summa
Sorry noticed you are on Apps10, this is probably not applicable.
Hi @sachini
You can consider this. Fist check for a basic data screen in the application which is never used by users. Create an event with NEW as option for triggering the event , on this basic data table and add event action with your required code . Just enter some dummy row in that basic data that will trigger your event and executes the migration code or whatever code you wish to execute. Once it is successfully done disable the event action flag and remove that dummy data from the basic data screen.