Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

Problem in Contact Entity.

$
0
0

Hi, 

I want to update one field "description" contact entity. I am using this code but getting error

  Entity contact = new Entity("contact");
                        contact["description"] = "Test11";
                        contact["contactid"] = context.PrimaryEntityId;
                        service.Update(contact);

Thanks

Regard

Sangram


Viewing all articles
Browse latest Browse all 8223

Trending Articles