Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Problem in creating an Appointment in crm 2011

$
0
0

Hi,

when am trying to create an appointment in crm2011 through .net code am getting the below error. whereas i could create contact,task,etc..

The entity with a name = 'Appointment' was not found in the MetadataCache.
here is my code

Entity appointmentEntity = new Entity("appointment"); 

please help to resolve this.

appointmentEntity.LogicalName = "appointment";

Guid AppId = _service.Create(appointmentEntity);

appointmentEntity.Attributes.Add("subject", "testAppointment");


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles





Latest Images