HOw to POST Trade Agreeement Journals after the DMF imports them to AX?

Hello,

I have set up a batch process to import Data from the CSV file (Through DMF). I see the journal entry in the journal. Now I want them to get posted automatically. Is there a process to get that done automatically?

Hi Chaitanya,

You can override the method “PostTargetProcess” of DMF class and include the logic of posting the journal.

Regards,
Anitha.E
anithasantosh.wordpress.com/

you can do with the help of JOB.

Can you give me some more info on this???

I can import the data through DMF and post it automatically if i do the Run manually. But when i select the batch process The posting doesn’t Occur.

@Anitha… I did put the Posting code in the “PostTargetProcess” Method!

Did you get the expected result when you place your logic in “PostTargetProcess”?