Top "Xrm" questions

xRM is an alternative term used to market Microsoft Dynamics CRM.

Xrm.Page.getAttribute("").getValue() don't get actual value

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 xrm
Can't access Microsoft.Xrm namespace

I'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 xrm
Dynamics CRM 2011 Plugin Retrieve and Retrieve Multiple

I'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 xrm
How to call Action with parameter(s) using ExecuteWorkflowRequest in Dynamics CRM 2016?

Context I can successfully call Actions using ExecuteWorkflowRequest where the called action has no parameters: var request = new ExecuteWorkflowRequest { EntityId = …

c# dynamics-crm xrm
Unable to use Xrm.Page.getControl to get an iframe

After 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-2013
CRM 2015, how do I show/hide a Quick View Control using JavaScript?

I have a Policy form based on a Policy entity, I want to show or hide a Quick View within …

javascript crm xrm
"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