My question is not simple as it sounds in my title. let me explain,
I have a entity called "Medical history"( both in CRM 2011 n ASP.net portal). Now, I create a record from ASP.net , in CRM, an entity will be created. everything working fine. What i really need is I should be able to a create the record
ONLY once. After creating a record from ASP, customer can ONLY update(edit ) that particular record. is there a work around for this ??!!
According to my Code, every time the customer click on" submit" from the ASP.net a record is created. that means.. customer can create multiple record(dis is Exactly opposite to my client requirement) . by-d-way am using " service.Create(Medical);"
to create the record. how can i restrict the customer to create ONLY ONE record and how can i update the same record every time. customer shouldn't not be allowed to create multiple records.