Browsing All Posts filed under »CRM 4«

CRM 4 Mainstream support date ends in 2013

February 24, 2012

0

Donna Edwards who is a CRM MVP and pops up all over the CRM world commenting on forums, facebook, twitter and blogs always with useful bits of information tweeted a very interesting link a while ago about support dates for CRM versions. but before I go into that I recommend you follow Donna via her […]

CRM 2011 – a tool to help you run IE and CRM as another user

February 14, 2012

0

I saw this blog post with a nifty little tool to help you run Internet Explorer (and subsequently CRM) as another user. Before I talk about that tool I would say the blog CrmXpress has some very good blog posts and some other tools you might find interesting Releasing CrmXpress TraceHelper v1.0 Releasing CrmXpress SmartSoapLogger […]

CRM 4 – Rollup 21 is available for Microsoft Dynamics CRM 4.0 (KB 2621054)

February 11, 2012

0

You can download the exe’s here or the package Download the 2621054 package now. The all import KB article is here 2621054 Enjoy  

CRM 2011 – Add CRM Web site to Trusted Site message

November 23, 2011

0

For some reason I was suddenly getting a message saying CRM uses lots of scripts and I need to add the CRM website to my trusted zones. This is the error message I have no idea why this suddenly started appearing but when I added the url to the trusted sites it still didn’t work. […]

CRM – Blending in an iFrame

November 22, 2011

2

I had to write a web application to select an excel file and use it to upload products to an order. I decided to do this using a aspx page and the trusty file loader, so this would mean I would use an iFrame to show the button.  Well I had two choices I think, […]

CRM 4 – How to create a LookupProperty in a plugin

November 17, 2011

3

When Microsoft wrote the api for CRM 4 someone in their infinite wisdom thought it would be a great idea to have lots of CRM variables and lots of property variables. This meant that developers had to spend hours casting variables to and from the CRM variables. After a while you do get the hang […]

CRM 4 – You have to use the Add method in Queries

November 16, 2011

0

I have been doing some CRM 4 queries and using the ColumnSets etc. One thing that has annoyed me is so many examples on the internet don’t seem to work. The ColumnSet example on the Microsoft CRM documentation here, site and many other goes like this. [C#] // Create a column set holding the names […]

Interesting CRM links – Kevin’s Mocha CRM Online Bookmarks!

November 15, 2011

1

This blog popped up as a trackback on one of my blog posts.  Being nosey I went and had a look. He uses his blog to keep track of useful sites, basically it does what is says on the tin and is a bunch of online bookmarks. Go here to look at all of the […]

CRM 4 – eService Accelerator = CRM 2011 Customer Care Portal

November 10, 2011

3

A potential customer asked about the eService Accelerator and if it was available in CRM 2011 and had the bugs and problems been fixed.  I’m sure this is a common question, especially for those CRM 4 users who have use the eService Accelerator and are thinking about upgrading (brave people) I hadn’t used the accelerator […]

CRM 4 – HTTP Error 500.23 – An ASP.NET httpHandlers configuration does not apply in Managed Pipeline mode.

November 9, 2011

0

I wrote a web service in visual studio 2010, which uses some functionality in .NET 4.  I have been trying to enable this on the same server as the CRM 4 version.   This has created a world of pain for me. The first thing I had to do was swap the CRM dll’s form […]