Hi,
I have one batch job with AifInboundProcessing, AifGatewaySendService etc. that imports/exports data to/from my ax tables.
This batch job runs once per day, my problem is that I would like to import/export specific data at different times.
E.g: Every hour i want to import data with LedgerJournalService/create only. And then once per day i want to import data with ledgerExchangeRateService/create only.
How do i setup this?
Thank in advance