Top "Dynamics-crm-2011" questions

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

Implementing Authentication using ADFS in ASP.NET?

I am developing a website that should authenticate users using ADFS. Basically, we have a CRM Dynamics deployed on a …

asp.net authentication dynamics-crm-2011 adfs
"EntityState must be set to null, Created (for Create message) or Changed (for Update message)" when attempting to update an entity in CRM 2011

I am using the following code to update an entity. Service.Update(_policy); where policy is a class generated using …

dynamics-crm-2011
How to get the identity of the user who ran a report?

When executing a report in MSCRM 2011, you have two options for the data sources : either SQL or Fetch. In SSRS …

reporting-services dynamics-crm dynamics-crm-2011 microsoft-dynamics
WCF: Authentication Service or token-based security?

There's a Dynamic CRM instance on a server ("on-premises"). It will be used by a few sites that run on …

c# wcf rest dynamics-crm-2011
Cannot access Xrm.Page.data from within HTML web resource in CRM 2011

I'm trying access the Xrm.Page.data object from within an HTML web resource that I have inserted onto a …

javascript html dynamics-crm-2011
How to update a CRM 2011 Entity using LINQ in a Plugin?

We are able to create new entities without any issues, but updating an existing entity in a plugin this does …

plugins dynamics-crm dynamics-crm-2011
How to Inner join with query expression crm

I'm trying to do a simple inner join with Query Expression. I'm trying to covert this query with QE but …

sql-server dynamics-crm-2011 query-expressions
CRM 2011: Set datetime field from string with javascript

I'm trying to create a new record where one of the fields is a DataTime field. I always get the "…

javascript datetime dynamics-crm dynamics-crm-2011 formatdatetime
crm 2011 how to hide/show the ribbon button with javascript

I am trying to hide/show a button from CRM 2011 Ribbon on the bases of a condition defined in JavaScript. …

javascript dynamics-crm-2011 dynamics-crm dynamics-crm-4
Assembly must be registered in isolation error

I'm trying to load a custom workflow activity onto a crm server. I loaded the project onto the server and …

plugins workflow-foundation-4 dynamics-crm-2011 workflow-activity