Top "Dynamics-crm-2011" questions

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft.

How to insert record url into email template?

I have email template of type 'Case'. Is there any way to add URL in body text of related case? …

dynamics-crm dynamics-crm-2011 email-templates
FetchXML View to Include Attributes from Nested Link-Entity

I would like to have a view that show attributes from 3 entities: Statistics has a lookup to Account and Account …

dynamics-crm-2011 dynamics-crm fetchxml
FetchXML Filters With Different Entities

I wish to filter my entities in CRM2011 using a fetchXML filter. However, I'm having issues with AND and OR …

dynamics-crm-2011 fetchxml
CRM2011 - SDK 5.0.3 - Linq to CRM Entities Problem

I'm using crmsvcutil to generate early bound types. In the crm 4.0 days one was able to load related entites just …

linq dynamics-crm-2011
"cannot be assigned to -- it is read only" error on ConditionExpression

I have to create "between date" condition. When I write like this: ConditionExpression modifiedOnCondition = new ConditionExpression(); modifiedOnCondition.AttributeName = "modifiedon"; modifiedOnCondition.…

c# .net dynamics-crm-2011 xrm
What are the (dis)advantages of early bound?

I'm researching the pros and cons of early and late binding in CRM. I've got a good idea on the …

plugins dynamics-crm-2011
Add Dropdown Menu to CRM 2011 ribbon

I 'm new to crm 2011. I've found documentation on how to add a new button to the ribbon. And how …

xml dynamics-crm dynamics-crm-2011 crm
CrmSvcUtil is only creating OrganizationServiceContext derivants (should be CrmOrganizationServiceContext)

I'm using CrmSvUtil this way: crmsvcutil.exe /url:http://crm2011/MyTestOrg/XRMServices/2011/Organization.svc /out:GeneratedCode.cs /namespace:Xrm /serviceContextName:…

c# .net dynamics-crm-2011