I have created my own custom EDT that is an array. It has 13 elements, the first of which is automatically created so I created 2-13.
Everything is fine until I try to use this in an SSRS report. When I refresh the dataset in SSRS, I see the array populated as 13 different fields like so:
MyFieldArray
MyFieldArray1
MyFieldArray2
...
MyFieldArray12
This is a little strange in that AX uses 1-13 not 0-12 but didn't seem to bad...
The problem is that if, in AX, I set myFieldArray[1], that can come through into SSRS into ANY of the fields in the dataset... Could be MyFieldArray6, or MyFieldArray2. It changes each time I run the report.
Have I set something up wrong?
*This post is locked for comments
I have the same question (0)