02-23-2024 03:00 PM - last edited on 02-24-2024 03:22 PM by JackLacava
Hi,
I am trying to run an elimination export where I am trying to pull data for elimination under a hierarchy.
If I am leaving the parent pov blank- I get the below error.
Error processing Data Management Step 'Test'.
Error processing data. The item was not found. Entity, Parent, -1.
What should I do to dynamically pull elimination for a hierarchy.
02-25-2024 01:11 PM
In the standard data export step, you would need to specify the parent as part of the data unit.
If you want to extract eliminations for specific hierarhcy you would need to create a BR. You cannot use FDX as it does not consider parent so you would need to loook for another approach like using GetDataBufferDataCells.
HTH