
Hi all
I have a Batch Job which loaded some data in AX. I am facing problem with this column . This field is string in AX but I read it through Excel it reads as integer(VT_r8). That is why I have having Null value all the time. I write this reqItemTable.PmfPlanningItemId = cells.item(row,29).value().bStr(); code to read the value. What should I do that gives me the value.?
Thank you
*This post is locked for comments
I have the same question (0)