Hi All
I was creating an account record using SDK, C# i got an error, here is my code
Entity accountContact = new Entity("account");
accountContact["name"] = "DemoAcc";
_orgService.Create(accountContact);
I am getting an error saying "The given key was not present in the dictionary." .
Thanks!