Yesterday we started getting a strange issue in one of our MS CRM online organization, where we have workflow to send notification in case of customer approval, but suddenly the workflow stopped working and we were getting below error “Unhandled Exception: Microsoft.Crm.CrmException: Cannot create the given type without the required parameters. at Microsoft.Crm.Workflow.Services.ExpressionServiceBase.CreateCrmType(WorkflowPropertyType type, Object[] values) at Microsoft.Crm.Workflow.Services.ExpressionServiceBase.EvaluateExpression(ExpressionOperator expressionOperator,… Read more »
If you recently updated Silverlight in your machine and you are a Silver light developer, then you need to update Silverlight developer run-time as well. you can download it from http://www.microsoft.com/en-us/download/details.aspx?id=36946 Hope it will help someone !!!
In my earlier post Step By Step integrating Bing Maps in MS CRM 2011, I have explained how we can simply use Bing maps to show address information in MS CRM entity form, I got many comments in that post where user were facing below issue ‘Microsoft’ is undefined So I thought to try the same example again and when… Read more »
Donlowad it from : Microsoft Dynamics CRM 2011 Update Rollup 12
We started facing issue in one of our organization after it is upgraded to Polaris. In oportunity form we have used attach event to attach onrefresh event to subgrid to refresh opportunity form after doing any modification in line items. var ProductSubgrid = document.getElementById(“opportunityproductsGrid”); ProductSubgrid.attachEvent(“onrefresh”, FunctionName); So I tried to check if someone else is facing this issue and… Read more »
I have good news for my readers, I am organizing a contest where I have two copies of my book (Microsoft Dynamics CRM 2011 Application Design) that I will give to our two lucky winners. How you can win: To win your copy of this book, all you need to do is come up with a comment below highlighting the… Read more »
We got a requirement to show customer address (more address) in opportunity entity, so that customer can select bill to address from there. So I thought to create a html web resource to show customer address based on the customer selected in opportunity form, but this web resource can be used in any of the sales entity to fetch more… Read more »
Microsoft Dynamics CRM December 2012 Service update Video, Check : http://www.youtube.com/watch?v=5GFvEHe33tM&list=PLC3591A8FE4ADBE07
I was trying to create silverlight project in my laptop and I got error that you need to install Silverlight Developer environment, this was strange to me because I had silverlight developers runtime environment installed on my machine. I clicked on the link provided by visual studio 2010 and downloaded it again and when I tried to install it I… Read more »
Book Review Chapter 1: Overview of Microsoft Dynamics CRM 2011 This chapter deals with technical details of Microsoft CRM 2011 like Microsoft CRM 2011 Architecture and different layer with different deployment options available. A good explanation about supported and unsupported customization in Microsoft CRM 2011. Chapter 2: Configuring the System Settings This chapter is about Configuring Microsoft CRM 2011, it… Read more »