Does anyone know how to fix this?
This is happening when I try to update a salesorder via C# specifically a CUSTOMER data type in Dynamic CRM field.
This part of the code is where it's failing...the values look like a string so I didn't see the need to convert. Unless I'm missing something here.
salesorder["customerid"] = r.customerid;
Does anyone know what's wrong here?