Hi all;
I have some customized fields in Projtable and i want to upload data from excel sheet.
Data uploading is working fine but some fields have enum values and for these fields
i am not able to upload the data getting (Operand types are not compatible with this operator).
Here is my code
projTable.CustAccount = cells.item(row, 6).value().bStr(); ---string working fine
projtable.Type = cells.item(row, 7).value().bStr(); ---type enum getting error and enum is Projtype.
Can someone please help me to fix this issue, i am using ms dynamics AX R3 CU13.
Thanks and Regards.
*This post is locked for comments
I have the same question (0)