I am using the "taUpdateCreateAccountRcd" and it works great if I import each GL Account and then loop back for 2nd, 3rd, 4th ......
I am trying to change this logic and create one XML file for all the GL Accounts and then call the eConnect method to create new accounts. For this reason I am using the array to store all the required fields. But I am running into an error with the GLAccountType node "Value of Type 1-Dimensional array of Microsoft.Dynamics.eConnect.Serialization.taUpdateCreateAccountRcd cannot be converted to Microsoft.Dynamics.eConnect.Serialization.taUpdateCreateAccountRcd "
Any suggestions?
Thanks