Greetings,
We are using AX 2012 r3 cu8.
I created a custom entity with DIXF.
I want to add some advance filtering on the staging data extracted from AX to reduce the number of rows exported to a csv files. The standard AX filtering applied to the query is not sufficient.
My understanding was to override the postGetStagingData() method on my custom entity class; it is supposed to be executed after the execution of the SSIS package.
Well, this method does not seem to be called. Or more probably... my understanding is wrong! :)
Or one needs to do more than overriding the method; i.e. something else must be changed/coded in another object (entity table? entity query?)
Regards,
Eric
*This post is locked for comments
I have the same question (0)