Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft.
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-2011I am reading through the MS CRM 2011 SDK docs and see two ways for accessing entities: OrganizationServiceContext or OrganizationServiceProxy. Why …
dynamics-crm-2011If 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-4I 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-2013I 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-securitytokenserviceIn 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 ownershipIn Dynamics CRM 2011, on the Incident entity, the "Status Reason" optionset (aka statuscode) is related to the "Status" optionset (aka …
c# metadata dynamics-crm-2011What is the correct way to filter w.r.t. multiple fields when applying $filter command on more than one …
javascript dynamics-crm-2011 odataI am trying to execute this query to retrieve Audit items for specific entity types public List<Audit> …
linq dynamics-crm-2011 dynamics-crm crmI generated entities from CRM like this: CrmSvcUtil.exe /url:http://<servername>/<organizationname>/XRMServices/2011/Organization.svc /…
c# dynamics-crm-2011 early-binding