Top "Dynamics-crm-2011" questions

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

Linq: Checking if string column has a value (ie. is not null or empty)

Not sure if this is the best way to achieve this in Linq. I'm trying to select Contact records in …

vb.net linq dynamics-crm-2011
CRM 2011 OrganizationServiceProxy vs OrganizationServiceContext

I am reading through the MS CRM 2011 SDK docs and see two ways for accessing entities: OrganizationServiceContext or OrganizationServiceProxy. Why …

dynamics-crm-2011
How to open an existing entity form using JavaScript in CRM?

If a custom ribbon button is clicked, is it possible to open an existing entity form using JavaScript or is …

dynamics-crm-2011 dynamics-crm crm dynamics-crm-4
An error occurred when verifying security for the message on CRM SDK

I got an error when connecting the CRM 2013 from CRM SDK code. The error message is An unsecured or incorrectly …

c# dynamics-crm-2011 dynamics-crm-2013
How to connect to CRM using SDK (claims based authentication and custom STS)

I configured claims based authentication on my CRM instance. I'm using custom STS (Example available here) Now I want to …

c# dynamics-crm-2011 dynamics-crm claims-based-identity sts-securitytokenservice
Create a new record with a specific owner without calling AssignRequest in CRM 2011

In our application, we create a few thousand phonecall records. Each phonecall should have a different owner, determined by a …

c# dynamics-crm-2011 dynamics-crm assign ownership
Dynamics Crm: Get metadata for statuscode/statecode mapping

In Dynamics CRM 2011, on the Incident entity, the "Status Reason" optionset (aka statuscode) is related to the "Status" optionset (aka …

c# metadata dynamics-crm-2011
How to filter w.r.t. multiple fields in oData using $filter?

What is the correct way to filter w.r.t. multiple fields when applying $filter command on more than one …

javascript dynamics-crm-2011 odata
Invalid CRM 2011 LINQ Query: "Invalid 'where' condition. An entity member is invoking an invalid property or method."

I am trying to execute this query to retrieve Audit items for specific entity types public List<Audit> …

linq dynamics-crm-2011 dynamics-crm crm
CRM Retrieve entity - Error: Unable to cast object of type 'Microsoft.Xrm.Sdk.Entity' to type 'CRMEntities.List'

I generated entities from CRM like this: CrmSvcUtil.exe /url:http://<servername>/<organizationname>/XRMServices/2011/Organization.svc /…

c# dynamics-crm-2011 early-binding