I am having a Table named as M_Account . This table has 4 Fields. the Fourth field is a Enum Field named as Resource Category . In a Excel Sheet There are Four fields as same as M_Account Table. I have to Read the Enum Field from excel sheet and i have to Insert that Enum Data into the M_Account Table .
_rescat = str2enum(cells.item(row,4).value().bStr());
I am facing an error wrong number of arguments has been specified for the method .
Please give the solution for me and i am new to AX.
Thanks in Advance,
Ram.