Avtex Blog: News and tips on technology solutions

About: Andrew Zimmer

Recent Posts by Andrew Zimmer

Overriding the Behavior of the Ribbon in CRM 2011

CRM 2011 provides the ability to update the behavior of the ribbon.  This wasn't available within CRM 4.0 without doing some highly-unsupported JavaScript.  It does require some tedious XML updates, but at least it's supported! While there are several ribbon examples within the SDK, there are none that actually update...
Read more

Error While Setting Up AppFabric with CRM 2011 Online

While doing some development for Azure AppFabric and CRM, I ran into an error when opening the service host. "The token provider was unable to provide a security token." Upon closer investigation, I noticed it was hitting this address:: https://orgname.servicebus.appfabriclabs.com/RemoteService/ and I had expected it to hit https://orgname.servicebus.windows.net/RemoteService/. It ends up...
Read more

Using LINQ in CRM 2011 Plugins

In March I had a post about using typed classes in plugins.  I talked about how useful it is to reference properties with the same names as the attributes in CRM.  The post got us half way there.    http://blogs.inetium.com/blogs/azimmer/archive/2011/03/21/type-safe-access-in-crm-2011-plugins.aspx There is actually another feature that is new to CRM...
Read more

Recent Comments by Andrew Zimmer

    No comments by Andrew Zimmer yet.