xRM is an alternative term used to market Microsoft Dynamics CRM.
I have a custom entity in CRM 2011 with a Closure Code(drop down list) and Solution(multiple lines text) fields. …
dynamics-crm-2011 dynamics-crm crm xrmI've downloaded CRM Dynamics SDK and keep it in a local directory. In my code, I'm using EntityCollection (amongst other …
c# visual-studio-2010 dynamics-crm dynamics-crm-2011 xrmI'm looking for some working examples of retrieve message and retrieve multiple message plugin (Early binding). I've failed to find …
plugins dynamics-crm-2011 crm microsoft-dynamics xrmContext I can successfully call Actions using ExecuteWorkflowRequest where the called action has no parameters: var request = new ExecuteWorkflowRequest { EntityId = …
c# dynamics-crm xrmAfter the upgrade from dynamics-crm 2011 to dynamics-crm 2013 I am having some issues trying to refresh an iframe. Previously and in …
javascript iframe crm xrm dynamics-crm-2013I have a Policy form based on a Policy entity, I want to show or hide a Quick View within …
javascript crm xrmI 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