LineItem Detail Load in FDMEE
Hi,
I am trying to load LineItem detail using event scripts in FDMEE, I remember in FDM classic we had an option to update the adapter action script to load the desired line Item detail. I am not sure how this is to be achieved in FDMEE when we use the open interface adapter.
I did create a dimension as look up and mapped the line item detail (which is a column in my source table) to this look up dimension and I am trying to load this as the line item detail.
Also I did notice there is a HFM_Export.py in the FDMEE directory which I used as a reference to append the data line with the above mentioned line item detail in the BefExportToDat even script.