Avtex Blog: News and tips on technology solutions

Tag Archives: crm

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