<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Surviving CRM &#187; social</title>
	<atom:link href="http://niiranen.eu/crm/tag/social/feed/" rel="self" type="application/rss+xml" />
	<link>http://niiranen.eu/crm</link>
	<description>Working with Microsoft Dynamics CRM, day in day out</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Make CRM Activity Feeds easier to follow by creating custom groups</title>
		<link>http://niiranen.eu/crm/2011/12/make-crm-activity-feeds-easier-to-follow-by-creating-custom-groups/</link>
		<comments>http://niiranen.eu/crm/2011/12/make-crm-activity-feeds-easier-to-follow-by-creating-custom-groups/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 21:34:31 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activity feed]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=1163</guid>
		<description><![CDATA[The functionality of the new Activity Feeds feature introduced in CRM Online R7 / CRM 2011 Update Rollup 5 is built around the concept of following specific records. This allows a very granular level of control for the users to select the specific items from which they wish to see posts on their personal wall. [...]]]></description>
			<content:encoded><![CDATA[<p>The functionality of the new Activity Feeds feature introduced in CRM Online R7 / CRM 2011 Update Rollup 5 is built around the concept of following specific records. This allows a very granular level of control for the users to select the specific items from which they wish to see posts on their personal wall. However, this does also force us to carefully plan for the scenario of a new user who logs into the Activity Feeds view for the very first time. What they will have in front of their eyes is an empty wall with just a few links to the online help material.</p>
<p><img class="aligncenter size-full wp-image-1178" title="CRM_Activity_Feed_groups_7" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_7.jpg" alt="An empty wall greets the new CRM users" width="596" height="346" /></p>
<p>In order to make Activity Feeds a shared, trusted source of information on customer related events, the organization using Dynamics CRM needs to provide its users a path that they can follow to become a member of this community. Although it is possible to build custom business logic <a href="http://blogs.msdn.com/b/crm/archive/2011/10/31/working-with-activity-feed-using-microsoft-crm-sdk1.aspx" target="_blank">through the SDK</a> that automates the following of records, wouldn&#8217;t it be better if teams of users could themselves choose topics that they wish to follow, and also broadcast their posts to other users following the same topic? You know, like #hashtags on Twitter. Well, there&#8217;s no built-in support for hashtags in the current release of the Activity Feeds solution, but here&#8217;s a description of one possible workaround which I&#8217;ve come up with.</p>
<p>In my <a title="Activity Feeds are here, so “What’s New” in CRM then?" href="http://niiranen.eu/crm/2011/10/activity-feeds-are-here-so-whats-new-in-crm-then/">previous post</a> on the topic, I covered the general process of how to enable Activity Feeds for entities in Dynamics CRM. The natural choice for supporting a team collaboration scenario would be to use the default entity Team to display relevant posts for its&#8217; users on the entity form. Unfortunately you can&#8217;t enable Activity Feeds for teams, since that&#8217;s <a href="http://msdn.microsoft.com/en-us/library/hh547386.aspx" target="_blank">not a supported entity</a>. In fact, you cannot enable Activity Feeds for any organization-owned entities, even custom ones.</p>
<p>Luckily there&#8217;s nothing stopping your from creating a user-owned custom entity and enabling it for Activity Feeds, so let&#8217;s go ahead and create a new entity called &#8220;Group&#8221;. No need for new fields, just publish the entity, then create a Post Configuration record with the same entity name (<em>new_group</em> or something like that). After this you&#8217;ll need to go and adjust the form so that the Record Wall is directly visible when you open the form, by moving it below the first General tab.</p>
<p><img class="aligncenter size-full wp-image-1166" title="CRM_Activity_Feed_groups_6" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_6.jpg" alt="New entity Group created for enabling mentions on Activity Feed posts" width="584" height="374" /></p>
<p>Now you&#8217;re all set for starting to use the group entity in Activity Feed posts. No matter on which record&#8217;s wall (or your personal wall) you&#8217;re writing a post to, you can perform a mention by entering the @ character followed by the group&#8217;s name. In this case I&#8217;ve created a group called CRM, so I&#8217;ll add a mention of @CRM on an account record wall. You&#8217;ll see how that turns into a hyperlink to the group record.</p>
<p><img class="aligncenter size-full wp-image-1167" title="CRM_Activity_Feed_groups_1" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_1.jpg" alt="Post with a group mention on an account record wall" width="503" height="344" /></p>
<p>How the user&#8217;s personal wall works is that it will display all Activity Feed posts that contain any reference to a record that the user has followed. It doesn&#8217;t have to be the record where the post has been written on. This is what enables us to make following updates concerning a certain topic easier for the end user, as long as the posts contain a mention/link to the group record. For manual posts the users will need to indicate that they wish to direct the post to the group&#8217;s followers by performing the @[groupname] mention as seen below.</p>
<p><img class="aligncenter size-full wp-image-1168" title="CRM_Activity_Feed_groups_2" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_2.jpg" alt="Performing a mention on a Personal Wall post" width="596" height="203" /></p>
<p>So, does this mean that the mentions can only be utilized with manual user initiated posts? Absolutely not! There is a new attribute available in the workflow editor, called <strong>Post Url (Dynamics value)</strong>. You can read <a href="http://blogs.msdn.com/b/crm/archive/2011/11/07/how-to-create-a-post-with-mentions-using-workflow.aspx" target="_blank">this post on the MS Dynamics CRM Team Blog</a> for details on how the feature can be leveraged in building workflow rules that create Activity Feed posts with mentions referencing other records. This allows us to reference multiple related records in a single post and make it appear on the personal wall of anyone who&#8217;s following one of the records.</p>
<p>Let&#8217;s say we want to create an auto post whenever a case record is created and it has the value &#8220;CRM&#8221; in the subject field, to notify anyone who&#8217;s following the CRM group. Ok, so we can find a relationship to the related subject record but since that&#8217;s not supported for Activity Feeds (just like teams aren&#8217;t), we wouldn&#8217;t be able to use it for creating a mention. Also, since the group entity we created doesn&#8217;t have a relationship to the case entity, it&#8217;s not available in the workflow dynamic values menu.</p>
<p>Should we go and create a relationship through entity customization? Well, that would be a bit cumbersome, since you&#8217;d then have to include a reference into the actual <em>group record</em> in every case record you wish to create a post a mention on. You&#8217;d pretty much have an additional subject lookup on the case form as a result, which is not a good solution in terms of usability (at least if you already use the default subject entity in your processes).<span id="more-1163"></span></p>
<p>Luckily there&#8217;s one more place on the Activity Feed post entity that you can use in the workflow: RegardingObjectId. Normally this would represent the main object of the post (such as the opportunity record which has had a state change event that triggered the post), but you&#8217;re free to select a record from any of the entities that have been enabled for Activity Feeds through the Post Configuration records. So, let&#8217;s proceed by creating a workflow that runs whenever a new case is created, checks if the subject is &#8220;CRM&#8221; and creates a post record with the following attributes:</p>
<p><img class="aligncenter size-full wp-image-1173" title="CRM_Activity_Feed_groups_3" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_3.jpg" alt="Workflow rule: create a new Activity Feed post related to the group" width="590" height="429" /></p>
<p>Let us now return back to the new user sign up scenario. In the beginning the personal wall is going to look quite empty and the user will not necessarily know which records he or she should start to follow, in order to get an idea of the activities going on in the system.</p>
<p style="text-align: center;"><img class="size-full wp-image-1175 aligncenter" title="CRM_Activity_Feed_groups_4" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_4.jpg" alt="The new CRM user does not yet have any auto posts on his personal wall" width="592" height="334" /></p>
<p>After the user clicks on the follow button on the group record, all the posts that contain a mention of the group&#8217;s name will be visible on his personal wall. The user will immediately be up to speed with the latest activities around the topic of the group.</p>
<p><img class="aligncenter size-full wp-image-1176" title="CRM_Activity_Feed_groups_5" src="http://niiranen.eu/crm/wp-content/uploads/2011/12/CRM_Activity_Feed_groups_5.jpg" alt="All posts on the group's wall" width="594" height="606" /></p>
<p>An added benefit of following groups or topics instead of individual records is that this makes it much easier for the users themselves to apply noise controls if the number of updates on the Activity Feed walls gets to high for them to keep up with. All they&#8217;ll need to do is unsubscribe from groups that are not providing updates relevant to their own work. No need to start selecting accounts, opportunities etc. that they wish to unsubscribe from, or to contact the sysadmin and request an adjustment to the workflow rules that are generating low value auto posts into the feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2011/12/make-crm-activity-feeds-easier-to-follow-by-creating-custom-groups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Activity Feeds are here, so &#8220;What&#8217;s New&#8221; in CRM then?</title>
		<link>http://niiranen.eu/crm/2011/10/activity-feeds-are-here-so-whats-new-in-crm-then/</link>
		<comments>http://niiranen.eu/crm/2011/10/activity-feeds-are-here-so-whats-new-in-crm-then/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 21:22:02 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[activity feed]]></category>
		<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[update rollup]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=1006</guid>
		<description><![CDATA[It&#8217;s been nine months since Microsoft Dynamics CRM 2011 was released. Given the large number of new features and functionality included in the new version, I&#8217;m sure many organizations have been able to keep themselves busy with thinking about how to leverage all of them. Anyway, the time is now upon us when we see [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1017" title="Microsoft_Dynamics_CRM_Q4_2011_Service_Update" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Microsoft_Dynamics_CRM_Q4_2011_Service_Update.jpg" alt="Microsoft Dynamics CRM Q4 2011 Service Update" width="250" height="279" />It&#8217;s been nine months since Microsoft Dynamics CRM 2011 was released. Given the large number of new features and functionality included in the new version, I&#8217;m sure many organizations have been able to keep themselves busy with thinking about how to leverage all of them. Anyway, the time is now upon us when we see the first true deliverable from the new agile development path that the Dynamics CRM product development team has adopted. The &#8220;Q4 2011 Service Update&#8221;, &#8220;November Service Update&#8221; or &#8220;CRM Online R7&#8243;, however you like to call it, gives a taste of things to come, as new features and improvements are now introduced bi-annually instead of a big bang release every 2-3 years.</p>
<p>There&#8217;s lots of neat things<a title="What's new in Microsoft Dynamics CRM Online November 2011 Service Update" href="http://rc.crm.dynamics.com/RC/2011/en-us/online/5.1_CTP/whatsNewCRM5UR5.aspx" target="_blank"> included in the update</a>, such as multi-category charts, user access auditing, lookup and date fields for dialogs, ignoring null values and inactive records in duplicate detection rules etc. Have no doubt, though, this release will be remembered from the Activity Feeds, so let&#8217;s proceed straight to them.</p>
<h2>More than just an accelerator for CRM</h2>
<p>Microsoft has split the delivery method of the Activity Feeds functionality into two tiers. The platform level changes are delivered with Update Rollup 4, which brings us a selection of <a href="http://www.magnetism.co.nz/blog/11-10-24/Hidden_clues_inside_CRM_2011_rollup_4_%E2%80%93_what_s_coming_in_R7_update.aspx" target="_blank">new default entities</a>, such as the feed Post. These will provide the building blocks not only for the visible Activity Feeds released now but also web services API enhancements, which are covered in the 5.0.7 update of the <a title="CRM 2011 SDK: Activity Feeds" href="http://msdn.microsoft.com/en-us/library/hh547452.aspx" target="_blank">SDK</a>.</p>
<p>The Update Rollups can nowadays be considered pretty much as &#8220;business as usual&#8221; hotfixes like the ones released for other Microsoft products, both on server and client side, as they are delivered through the common Microsoft Update mechanism. Testing and planning for the Rollups is of course very much recommended still, as significant changes can be included in them, and yes, they do occasionally break compatibility between versions. Furthermore, the <a title="KB 2567454: Update Rollup 5" href="http://support.microsoft.com/kb/2567454" target="_blank">Update Rollup 5</a> required for Activity Feeds to function cannot be uninstalled if things go wrong.</p>
<p>Anyway, unlike the hotfixes that can be expected to be installed on almost all CRM environments, the Activity Feeds user interface components will probably remain missing from many instances. Why? Because there is no automatic delivery method for them, unless you are using a CRM Online environment that has been provisioned <em>after</em> the R7 release became available. You see, Activity Feeds still are kind of like an accelerator package, as the solution file will need to be downloaded from the Dynamics Marketplace and installed by the system administrator.</p>
<p><a href="http://dynamics.pinpoint.microsoft.com/en-US/applications/microsoft-dynamics-crm-activity-feeds-12884926310"><img class="aligncenter size-full wp-image-1013" title="Activity_Feeds_Dynamics_Marketplace" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Dynamics_Marketplace.jpg" alt="Download the Activity Feeds solution for Microsoft Dynamics CRM 2011 from the Dynamics Marketplace" width="590" height="318" /></a></p>
<p>Not even installing the solution file and publishing the customizations is enough &#8211; you still need to configure them. The menu item for &#8220;What&#8217;s New&#8221; will appear in the UI after the solution installation, but none of the entities in your CRM have yet been enabled for Activity Feed posts. To do this, you&#8217;ll need to navigate to Settings and go to Activity Feeds Configuration menu. Create a new Post Configuration record for each entity that you wish to relate posts to. The configuration UI of the solution is not too nice, as you&#8217;ll actually need to use the logical name of the entity rather than the display name. So, to enable the new functionality for the <em>user</em> entity (which is the very first thing you must do!) is enter the value <em>&#8220;systemuser&#8221;</em> and click save. Make sure you check the box for &#8220;enable walls for this type of record form&#8221; and don&#8217;t forget to publish the entity&#8217;s customizations after clicking on save.</p>
<p><img class="aligncenter size-full wp-image-1019" title="Activity_Feeds_Post_Configuration" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Post_Configuration.jpg" alt="Activity Feed Post Configuration" width="595" height="387" /></p>
<p>What&#8217;s a &#8220;wall&#8221;? If you&#8217;re on Facebook (and who isn&#8217;t), you&#8217;ll know this refers to the place where the posts related to a user will be displayed in a descending chronological order. Now, in CRM it&#8217;s not only users that can have walls, but any entity for which you have created a Post Configuration entry for. Even your custom entities, like &#8220;project&#8221; or &#8220;event&#8221; can be set to have their own Wall. However, bare in mind that not all the system entities are supported for the Activity Feeds functionality, so you can&#8217;t have a discussion related to, say, competitor or product records (which kind of sucks, as those are some very common topics for employee discussion around the water cooler, but guess you&#8217;ll still need to get away from your desk every now &amp; then). For a complete list of supported system entities, see <a title="CRM 2011 SDK: Configure Activity Feeds" href="http://msdn.microsoft.com/en-us/library/hh547386.aspx" target="_blank">this page</a> on the SDK.</p>
<p><img class="aligncenter size-full wp-image-1021" title="Activity_Feeds_Record_Wall" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Record_Wall.jpg" alt="Account record wall" width="590" height="434" /></p>
<p>As you can see from the image above, the wall is actually a web part that is presented on a new tab, that is located before the first default tab (general). The tab will be collapsed by default and the form actually scrolls to the general tab right after the form script is loaded, so a user may not notice anything new on the form. However, if you click on the anchor on the left side navigation, the Record Wall will be revealed in all its glory. Here the user will have the option of adding the record into his list of followed CRM records, see who else is following it, and of course post an update on the wall. (By the way: if you have multiple forms per entity, you&#8217;ll need to add the Record Wall web parts manually, by <a title="Add record walls to a new form" href="http://help.crm.dynamics.com/help/5.0.9688.1531/1033/LIVE/content/source_af_add_record_walls.htm" target="_blank">following these instructions</a>.)</p>
<p>There&#8217;s also a Personal Wall that shows the user all the content from followed records, and that&#8217;s the first entry visible on the updated sitemap for Workplace. What&#8217;s really nice is that you have a link right after the &#8220;What&#8217;s New&#8221; header, which will allow you to pop up the wall in a new window. This way you can have the feed view quickly available for you at any time, no matter with which CRM entities you are currently working on in the main application window.</p>
<p><img class="aligncenter size-full wp-image-1025" title="Activity_Feeds_Personal_Wall" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Personal_Wall.jpg" alt="Activity Feeds personal wall" width="590" height="361" /></p>
<p>Furthermore, every user has a User Record Wall, which would be identical to the concept of a Facebook profile page. Sorry, no timeline design available here yet!</p>
<h2>Not just for mindless chatter: business logic for Auto Posts</h2>
<p>If all that Activity Feeds provided was the ability to chat with your colleagues or manually post updates related to records, then it would have a tough time competing with established enterprise microblogging apps like Yammer. Luckily the Dynamics CRM platform can offer much more than that. By allowing certain events related to CRM records to generate content for the Activity Feeds the system can actually serve as a tool that removes the need for you to email information about business events or type updates into a microblogging app. A traditional way to demonstrate the CRM workflows has been to create email alerts on closed opportunities, but now you can reduce the clutter in your inbox by moving these into the right context (opportunity form) with the ability for users to comment and see others&#8217; comments.<span id="more-1006"></span></p>
<p><img class="aligncenter size-full wp-image-1027" title="Activity_Feeds_Auto_Post" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Auto_Post.jpg" alt="Activity Feeds Auto Post" width="593" height="508" /></p>
<p>The way to configure what gets posted on the walls is through the Activity Feeds Rules menu in the settings area. It&#8217;s here where you can enable or disable rules that have been tied to certain events, such as qualification of a new lead, case routed to a queue, appointment closed for an opportunity and so on. If you follow the record that these events have been associated to, you&#8217;ll see a pre-formated Auto Post on your personal wall after the event takes place.</p>
<p><img class="aligncenter size-full wp-image-1028" title="Activity_Feeds_Rules" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Rules.jpg" alt="Activity Feeds Post Configuration Rules" width="578" height="596" /></p>
<p><em>Great, so how do I create new Post Rule Configuration records?</em> Well, unfortunately, you don&#8217;t. You see, all the entries visible in the list have been created as the result of enabling Activity Feeds for an entity. There is no UI available for creating new rules, nor modifying existing rules &#8211; all you can do is change the status. If you want to have different events triggering Auto Posts, you&#8217;ll need to either use a workflow rule or plug-ins. Here&#8217;s a quick example of a workflow that executes every time a new contact is created, checks whether the parent account relationship type is &#8220;customer&#8221; and then proceeds with creating a Post record with the contact details inserted as dynamic text. Note that the RegardingObjectId is set to the account and not the contact record. This is very important, since a new contact will not have any users following it at the time the record is created into the database, so the Auto Post would only show on the Record Wall but not the users&#8217; Personal Walls.</p>
<blockquote><p>As we see from this example, it makes all the difference what kind of a following strategy the CRM users adopt. How to get the right amount of posts in the feed, without missing out on any important pieces of information? Also, how to handle the process of <em>unfollowing</em>? There&#8217;s a limit to 5000 records a user is allowed to follow, and managing a list as long as that will require some planning.</p></blockquote>
<p><img class="aligncenter size-full wp-image-1030" title="Activity_Feeds_Workflow" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Activity_Feeds_Workflow.jpg" alt="Activity Feeds Workflow" width="567" height="445" /></p>
<p>I also tried this the other way around, with a workflow rule that would be triggered based on User Posts creation, which would email the post text to a user, but apparently that particular field is not  compatible to be inserted into workflow generated records (even though the workflow editor allows you to select it). Also, it&#8217;s worth noting that even with plug-ins you can only create Auto Posts with text content, not the rich XML content that the out-of-the-box Activity Feeds Rules utilize to present their information with customized images and other tricks. Furthermore, while the default Auto Posts will be presented in the user&#8217;s language, this is not available for custom Auto Posts yet.</p>
<h2>So, is this now Social CRM?</h2>
<p>No, not quite yet. The first release of the Activity Feeds solution for Dynamics CRM is squarely focused on introducing the data model and user interface components needed for sharing information in a more modern, social way <em>inside</em> the corporate firewalls. The customer (the first letter in the CRM acronym) has not yet been invited to be a contributing member in this internal community, as all the data in the Activity Feeds will be from either employees or  internal business rules configured in CRM. To really step outside of the traditional silo of CRM and adapt it to the world we now live in, where the customers are A) social and B) in charge, a lot more will be needed. To get an idea of Microsoft&#8217;s roadmap for developing their Dynamics CRM platform to become a business hub that supports input from external communities, be sure to <a href="http://www.slideshare.net/lauraannerobinson/building-your-business-hub-microsoft-dynamics-crm-and-social-technologies" target="_blank">check out this presentation on Slideshare</a>, especially the &#8220;Beyond Wave 1&#8243; part.</p>
<p><a href="http://www.slideshare.net/lauraannerobinson/building-your-business-hub-microsoft-dynamics-crm-and-social-technologies"><img class="aligncenter size-full wp-image-1033" title="Communities_and_Dynamics_CRM_business_hub" src="http://niiranen.eu/crm/wp-content/uploads/2011/10/Communities_and_Dynamics_CRM_business_hub.jpg" alt="Building your Business Hub: Microsoft Dynamics CRM and Social Technologies" width="590" height="325" /></a></p>
<p>However, as there is an API available already today, expect to see new 3rd party ISV solutions that tap into the CRM feeds and push content from external networks right into your lead or contact walls when they post content on Twitter. Technically it&#8217;s not difficult at all to achieve, but a more important aspect to consider is how you will make that customer contributed data add value to the CRM users and enable them to gain new insights based on it. It&#8217;s a fire hose of data out there in the social networks and online communities, so simply linking up your CRM system to that data pipe may not be a smart choice.</p>
<p>Even for the internal communities use case, it&#8217;s very important to remember that just because you built it, doesn&#8217;t mean they&#8217;ll come. In this case &#8220;they&#8221; means the CRM users, who shouldn&#8217;t just be expected to automatically adopt the new social features of Dynamics CRM, even though they have been installed into their system. Not only will the new ways of working require support from top management, a plan on how &amp; why these new information management capabilities will be leveraged, but also a conscious effort from Dynamics CRM system customizers and administrators on making these new features approachable, usable and relevant for the everyday tasks that the CRM users need to perform.</p>
<p>Thanks to the Activity Feeds in Dynamics CRM, we now have a lot more toys to play with and certainly a lot to learn about them. So, what are you waiting for? Let&#8217;s get to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2011/10/activity-feeds-are-here-so-whats-new-in-crm-then/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Enterprise gone social &#8211; how will CRM fit in?</title>
		<link>http://niiranen.eu/crm/2011/09/enterprise-gone-social-how-will-crm-fit-in/</link>
		<comments>http://niiranen.eu/crm/2011/09/enterprise-gone-social-how-will-crm-fit-in/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:36:01 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[News and events]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[scrm]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=936</guid>
		<description><![CDATA[Call it a revolution, call it a bubble, call it what you want. One thing is for sure: social networks are not going away. Even though it still remains important to be able to manage and measure your sales funnel with the help of some tried &#38; tested SFA tools, segment your customer database to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-947" title="World_of_status_updates" src="http://niiranen.eu/crm/wp-content/uploads/2011/09/World_of_status_updates.jpg" alt="" width="250" height="234" />Call it a revolution, call it a bubble, call it what you want. One thing is for sure: social networks are not going away. Even though it still remains important to be able to manage and measure your sales funnel with the help of some tried &amp; tested SFA tools, segment your customer database to build more effective target groups for campaigns, or share information on customer support enquiries across your helpdesk staff, this functionality will not be considered as important as it was during the last decade. In this new age of connected customers and empowered information workers, companies will be searching for applications and processes that go beyond what CRM has traditionally stood for.</p>
<p>Let&#8217;s take a look at some of the recent news surrounding the world of CRM, to gather evidence of where we might be heading towards.</p>
<h2>Takeways from #SFDC #DF11</h2>
<p>On the last week of July, Salesforce.com held their annual <a title="Dreamforce '11 - the cloud computing event of the year" href="http://www.salesforce.com/dreamforce/DF11/" target="_blank">Dreamforce conference</a> in San Francisco. As a person working with Dynamics CRM for a living, it&#8217;s a good idea to keep an eye on where the other CRM solution providers are focusing their development efforts on, and SFDC certainly is one of, if not <strong>the</strong> main competitor that Microsoft has their eyes on. In his opening keynote, Marc Benioff made it very clear where his team&#8217;s focus is on, and that is the concept of a social enterprise. I&#8217;ll spare you from the marketing flare and instead present a few screenshots captured from the presentation, highlighting the new feature announcements.</p>
<div id="__ss_9091646" style="width: 595px;"><strong style="display: block; margin: 12px 0 4px;"><a title="#SFDC #DF11" href="http://www.slideshare.net/jukkan/sfdc-df11" target="_blank">#SFDC #DF11</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/9091646" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="595" height="497"></iframe></div>
<p>&nbsp;</p>
<p>So, what&#8217;s in the pipeline for Salesforce.com during the winter 2011/2012 then?</p>
<ul>
<li>Contact profiles will be &#8220;social enabled&#8221; by default, showing public feeds from networks were your customers are present</li>
<li>Data.com, previously known as Jigsaw, will power the social data discovery and data import, in combination with D&amp;B&#8217;s database</li>
<li>Chatter Now extends the functionality from microblogging to instant messaging with presence information</li>
<li>You can invite your key customer contacts to specific Chatter networks, or even publish Chatter on the web as a customer service channel</li>
<li>Radian6&#8242;s technology will monitor those customer complaints that are not targeted at your helpdesk, enabling you to jump in on the conversation</li>
<li>All of this follows you everywhere you go, as <a href="http://www.salesforce.com/touch/" target="_blank">touch.salesforce.com</a> promises to deliver a HTML5 client that&#8217;ll make your iPad or smartphone a full-fledged social CRM control panel</li>
</ul>
<p>Even if you leave away some of the over-the-top scenarios presented, like<a href="http://www.readwriteweb.com/enterprise/2011/08/analysis-are-we-ready-to-becom.php" target="_blank"> friending the Coke machine</a> or <a href="http://www.networkworld.com/news/2011/060811-enterasys-isaac.html" target="_blank">having network routers tweet you on social networks</a>, it&#8217;s still clear that with all the promised functionality at your fingertips (once it&#8217;s available and working in a reliable manner), the possibilities for you to design and implement new business processes will be dramatically expanded. Whether companies are able to make use of and, more importantly, make money out of these new possibilities is a different question, but it surely does push the boundaries of CRM as we know it.</p>
<h2>Social CRM is where it&#8217;s at</h2>
<p>&#8220;Social&#8221; certainly is an attractive attribute to include in your product description these days. <a title="Gartner Says the Market for Social CRM Is on Pace to Surpass $1 Billion in Revenue by Year-End 2012" href="http://www.gartner.com/it/page.jsp?id=1777938" target="_blank">Gartner, for example, has predicted</a> that the market for Social CRM would reach a total value of one billion dollars by the end of next year. Predicting the future with concrete figures is always a challenge, but it&#8217;s even more difficult when people don&#8217;t even agree on the definition of the market to be predicted. Several analysts have commented on Gartner&#8217;s reports, starting from reminders that <a title="The maturation of social CRM: Does the SCRM market really exist?" href="http://www.mycustomer.com/topic/social-crm/maturation-social-crm-does-scrm-market-really-exist-yet/129487" target="_blank">an SCRM market may not really exist yet</a>, or they have <a title="Sorry Gartner, Here’s The Real Magic Quadrant For SCRM  Read more: http://www.seekomega.com/2011/08/sorry-gartner-heres-the-real-magic-quadrant-for-scrm/#ixzz1X1DNtOqx" href="http://www.businessinsider.com/sorry-gartner-heres-the-real-magic-quadrant-for-scrm-2011-8" target="_blank">questioned Gartner&#8217;s choice of products</a> included in their SCRM Magic Quadrants as including applications aimed at other functions than what CRM systems traditionally are about &#8211; managing customer information, that is.</p>
<p><span id="more-936"></span>Aside from the numbers, an important prediction that Gartner made is that the Social CRM market (however you define it) would begin to see a shift towards more integrated platforms over the initial point solutions that have emerged during the first wave of the social business boom. In the age of the cloud, both developing as well as buying and deploying new applications designed for addressing a specific business need can be lightning fast, compared to what the corporate IT projects were like a decade ago. This can easily lead to a situation where individual departments have gone and acquired &#8220;shadow&#8221; solutions to help them get started on participating in social media, monitoring the buzz around topics and measuring results of their actions. Now, the next step of tying all this back to the customer records in the company&#8217;s operational IT systems will often be much more complicated than signing up for the new service initially. A quote from Gartner describes the situation further:</p>
<blockquote><p>The need for integration will favor more-traditional CRM vendors that add social capabilities. Integration did not matter much when enterprises were just experimenting with social CRM,&#8221; Mr. Sarner said. &#8220;However, companies are asking for the integration of social data with other customer data within sales, marketing and customer service processes, which will require the integration of social CRM with applications such as a knowledgebase for customer service, multichannel campaign management, sales force automation or e-commerce, Web content and Web analytic applications, master data management, and even back-office applications.</p></blockquote>
<p>Sounds convincing to me. The first mover advantage is unlikely to be such that it would overshadow all &#8220;oldskool&#8221; CRM functionality and allow the new players to start building an empire from a clean slate. Gradually we will see everyone adopting the new social paradigm into their product offering, in one form or another.</p>
<h2>Upcoming social features for Microsoft Dynamics CRM</h2>
<p>We&#8217;ve already seen Microsoft lay out their roadmap for new features in the <a title="More agile direction for Dynamics CRM future product releases" href="http://niiranen.eu/crm/2011/05/more-agile-direction-for-dynamics-crm-future-product-releases/" target="_blank">Statement of Direction whitepaper released in May 2011</a>. &#8220;Microblogging, business activity feeds and social intelligence&#8221; is what we&#8217;ve been promised. During the <a title="First preview of Dynamics CRM Q4 2011 Service Update (and more)" href="http://niiranen.eu/crm/2011/07/first-preview-of-dynamics-crm-q4-2011-service-update-and-more/" target="_blank">WPC 2011 keynote</a> we saw pieces of this type of functionality utilized in the CRM demo and now we have what appears to be the first official screenshot of the activity feeds leaked out into the open.</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2011/09/Dynamics_CRM_Activity_Feed_Outlook.jpg" rel="lightbox[936]"><img class="aligncenter size-full wp-image-955" title="Dynamics_CRM_Activity_Feed_Outlook_small" src="http://niiranen.eu/crm/wp-content/uploads/2011/09/Dynamics_CRM_Activity_Feed_Outlook_small.jpg" alt="" width="590" height="424" /></a></p>
<p>So, what we will definitely get is an activity feed of different events taking place inside the CRM database, combined with the ability to post updates and reply to posts. If you&#8217;ve used Twitter, Yammer, Chatter or any other microblogging app, you should know the drill by now.</p>
<p><img class="alignleft size-full wp-image-957" title="WP7_Mango_Twitter" src="http://niiranen.eu/crm/wp-content/uploads/2011/09/WP7_Mango_Twitter.jpg" alt="Windows Phone 7.5 Twitter integration" width="200" height="256" />How about the social world outside the firewall? Traditionally Microsoft has preferred steering clear from committing to any specific 3rd party networks. For example, the Outlook Social Connector does not integrate with Facebook or LinkedIn out-of-the-box, instead you have to download a separate provider per each network (<a title="Connect to your favorite social network using Outlook" href="http://office.microsoft.com/en-us/outlook/outlook-social-connector-partner-listing-FX102317540.aspx" target="_blank">there&#8217;s not too many of them</a>, btw). With the release of Windows Phone 7.5 (Mango), Microsoft now appears to feel comfortable enough with the top 3 networks of Facebook, Twitter and LinkedIn, by integrating them right into the core of their product: the People Hub. Check out the picture on the left and tell me if you spot a slight resemblance in the two feed UI&#8217;s&#8230; If this is anything to go by, I&#8217;m expecting to see the same three brands bundled into Dynamics CRM&#8217;s default integration points.</p>
<p>As for the rest of Microsoft&#8217;s social CRM plans, we&#8217;ll need to wait and see if there will be any deeper integration to services such as social media monitoring or whether the Redmond folks simply decide to support and promote some of their partners&#8217; solutions more heavily. In the age of cloud &amp; social, it&#8217;s still all about <em>developers, developers and developers</em>, which is why a healthy ISV ecosystem remains a crucial asset to cherish.</p>
<h2>My feed is your feed and your feed is mine</h2>
<p>Not too long ago, Yammer was accusing Salesforce.com for being a copycat when releasing their Chatter product. Now at Dreamforce &#8217;11, the mascots for both companies were holding hands under the &#8220;<a title="Yammer + Salesfore.com = Friends With Benefits" href="http://www.yammer.com/fwb" target="_blank">Friends With Benefits</a>&#8221; slogan of the campaign that announced integration between Yammer and Chatter. Well, you know what they say: keep your friends close and your enemies even closer.</p>
<p><iframe src="http://www.youtube.com/embed/MuSLk5FkNrs" frameborder="0" width="560" height="345"></iframe></p>
<p>Yammer does already integrate with SharePoint. By the time Microsoft incorporates the Activity Feeds into the core product of Dynamics CRM, I assume there will be a full API available for 3rd parties to tap into the event data of the feeds. Therefore I&#8217;m expecting that we&#8217;ll also see Yammer providing a solution for Dynamics CRM integration.</p>
<h2>Where does this feed actually belong to?</h2>
<p>Looking at Microsoft&#8217;s big stack of software products, it&#8217;s not so very obvious where all this new type of social activity functionality should be built into. SharePoint is the collaboration platform, Lync is for unified communications and, well, CRM could be considered as the solution for managing interactions and processes related to customers. So, tell me then, what specific application will the Microsoft end-user be using when he engages in the types of activities that a Yammer user has already grown accustomed to? &#8220;All of them&#8221; is not a very good answer, because that leaves you without a name to assign to the activity. Without a name, you don&#8217;t have a brand, and unless you have a brand, it&#8217;s very difficult to make anything stick. Just like with CRM implementation projects, user adoption is the golden key which you will need for unlocking the door that leads to ROI from your social business initiatives.</p>
<p>Much of the functionality needed as the building blocks for a social enterprise is already included in Microsoft&#8217;s portfolio today. The thing that is missing is the <em>super glue</em> to attach all the pieces together and make them really stick, i.e. work effortlessly in real life business scenarios. I&#8217;m not tallking about the &#8220;regular&#8221; glue, which in IT terms would mean configuration, customization, development and integration work. With enough skills available you can do great things with the stack already today and build the solutions needed. What the new, cloud-based players on the field of social business are promising is however a different value proposition: products built for the exact scenarios that companies encounter when dealing with their customer base in this world gone social. A solution you can just grab and start using.</p>
<p>It has taken Microsoft a massive effort to work its way into the current position, where their crown jewel productivity tools are available as cloud services you can subscribe to. The next shift that will need to take place is the integration of these services into a whole that is greater than the sum of its parts. Instead of just using traditional business applications like SharePoint or CRM, the new business processes for the social enterprise need a technical foundation that effortlessly extends beyond the corporate firewall and reaches the conversation that is taking place &#8220;out there&#8221;. Not so easy to achieve with on-premises building blocks alone, but hey, that&#8217;s when you gotta go &#8220;all in&#8221; to <em>you know where</em>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2011/09/enterprise-gone-social-how-will-crm-fit-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First preview of Dynamics CRM Q4 2011 Service Update (and more)</title>
		<link>http://niiranen.eu/crm/2011/07/first-preview-of-dynamics-crm-q4-2011-service-update-and-more/</link>
		<comments>http://niiranen.eu/crm/2011/07/first-preview-of-dynamics-crm-q4-2011-service-update-and-more/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 18:18:29 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[News and events]]></category>
		<category><![CDATA[crm2011]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[wpc]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=916</guid>
		<description><![CDATA[There&#8217;s an immense amount of product news coming up from the WPC 2011 conference, due to the sheer size of Microsoft&#8217;s portfolio of different product lines. Luckily also Dynamics CRM had its 15 minutes on the WPC keynote stage and we saw a few bits and pieces of what lies ahead in the upcoming Q4 [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an immense amount of product news coming up from the <a href="http://www.digitalwpc.com" target="_blank">WPC 2011 conference</a>, due to the sheer size of Microsoft&#8217;s portfolio of different product lines. Luckily also Dynamics CRM had its 15 minutes on the WPC keynote stage and we saw a few bits and pieces of what lies ahead in the upcoming Q4 2011 Service Update that will become available to both CRM Online and CRM 2011 on-premise later this year. I already <a href="http://crm2011fi.wordpress.com/2011/07/13/kesan-dynamics-crm-uutisia-wpc-2011-konferenssista/" target="_blank">wrote a post in Finnish</a> about the CRM news from WPC, but I thought I&#8217;d also share a few screenshots here to those who haven&#8217;t seen the keynote video.</p>
<p><img class="aligncenter size-full wp-image-918" title="WPC_Dynamics_CRM_Q4_2011_service_update" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_Q4_2011_service_update.jpg" alt="" width="501" height="139" /></p>
<p>Social business remains a hot topic and Microsoft will add some of the much needed social aspects into the next release of Dynamics CRM. Activity feeds á la Twitter, Facebook, Yammer, Chatter and the likes will be integrated also into Dynamics CRM, as can be seen in the demo dashboard below.</p>
<p><img class="aligncenter size-full wp-image-919" title="WPC_Dynamics_CRM_activity_feed" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_activity_feed.jpg" alt="" width="590" height="307" /></p>
<p>In addition to allowing status updates from colleagues, the functionality we saw earlier in CRM 4.0 as the <a href="http://crmaccelerators.codeplex.com/releases/view/24307" target="_blank">Business Productivity Newsfeed Accelerator</a> (though merely a report) and then later on implemented through 3rd party add-ons like <a href="http://www.sonomapartners.com/Differences/IP/VibeSocialNetworking.aspx" target="_blank">Vibe from Sonoma Partners</a>, now looks to become a core part of Dynamics CRM platform. I&#8217;d imagine these automatic feed items are still posted as a result of record updates triggering workflow process rules, like in the aforementioned examples.</p>
<p><img class="aligncenter size-full wp-image-920" title="WPC_Dynamics_CRM_account_activity_Twitter" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_account_activity_Twitter.jpg" alt="" width="590" height="306" /></p>
<p>Office 365 will become the new home of CRM Online in Q4 as it integrates into the same infrastructure. In addition to subscription management and authentication provider improvements, there&#8217;s some interesting benefits for CRM in the Lync integration provided from the Office 365 cloud. No longer will you be limited to only have chats and video conferencing with your colleagues. If the customer contacts in your CRM database are also users of Office 365, their presence information can be federated across organizations (if they choose to, I&#8217;m sure) and presented right inside the CRM forms, allowing you to reach out to them through Lync with one click.</p>
<p><img class="aligncenter size-full wp-image-928" title="WPC_Dynamics_CRM_account_presence_federation_Office_365" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_account_presence_federation_Office_365.jpg" alt="" width="590" height="352" /></p>
<p><a href="https://datamarket.azure.com/" target="_blank">Azure Data Market</a> is now being marketed as the &#8220;one-stop shop for premium data and applications&#8221;. The Dynamics CRM demo included a custom button called Azure Enrich, which went out into the Data Market, opened up D&amp;B&#8217;s company database and provided the missing address information for the Contoso account. I guess the big news here isn&#8217;t how you can retrieve company data through the API, but rather what the existence of a central marketplace can actually do in making data available to a whole new scale of potential customers, from a variety of global players. The cloud is not only for apps anymore.</p>
<p><img class="aligncenter size-full wp-image-931" title="WPC_Dynamics_CRM_Azure_enrich" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_Azure_enrich.jpg" alt="" width="590" height="400" /></p>
<p><img class="alignright size-full wp-image-922" title="WPC_Dynamics_CRM_WP7_app" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_WP7_app.jpg" alt="" width="250" height="455" /></p>
<p>In the WPC keynote demo we saw again a Windows Phone 7 client for Dynamics CRM. This time there was also one new screen included, which presents the same activity feed information (labeled as &#8220;records feed&#8221;). It doesn&#8217;t quite compete with the other flashy WP7 Mango demos presented later on in the session, but definitely a useful way for mobile workers to keep an eye on what&#8217;s going on in the CRM database while outside the office.</p>
<p>Oh, and of course there was the tablet app built for running Dynamics CRM on a Windows 7 slate. With all the Metro UI goodness, I&#8217;m wondering what the out-of-the-box experience could actually become like once we reach Windows 8&#8230;</p>
<p><img class="size-full wp-image-929 alignleft" title="WPC_Dynamics_CRM_slate_app" src="http://niiranen.eu/crm/wp-content/uploads/2011/07/WPC_Dynamics_CRM_slate_app.jpg" alt="" width="300" height="261" /></p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2011/07/first-preview-of-dynamics-crm-q4-2011-service-update-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More agile direction for Dynamics CRM future product releases</title>
		<link>http://niiranen.eu/crm/2011/05/more-agile-direction-for-dynamics-crm-future-product-releases/</link>
		<comments>http://niiranen.eu/crm/2011/05/more-agile-direction-for-dynamics-crm-future-product-releases/#comments</comments>
		<pubDate>Thu, 12 May 2011 21:07:21 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[News and events]]></category>
		<category><![CDATA[Convergence]]></category>
		<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Marketplace]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=818</guid>
		<description><![CDATA[During Convergence 2011 Atlanta we already heard the first pieces of news about an upcoming change in the release cycle of Microsoft Dynamics CRM product versions. Now we have the updated Statement of Direction May 2011 whitepaper in our hands and it lays out a roadmap for more rapid delivery of new features into both [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/#!/ikurtev/status/57471414839685120"><img class="alignright size-full wp-image-823" title="CRM_release_cycle" src="http://niiranen.eu/crm/wp-content/uploads/2011/05/CRM_release_cycle.png" alt="" width="200" height="84" /></a>During Convergence 2011 Atlanta we already heard the first pieces of news about an upcoming change in the release cycle of Microsoft Dynamics CRM product versions. Now we have the updated <a href="http://www.sonomapartners.com/Documents/CRM/CRM_StatementOfDirection_May2011.pdf" target="_blank">Statement of Direction May 2011 whitepaper</a> in our hands and it lays out a roadmap for more rapid delivery of new features into both CRM Online as well as on-premises and partner hosted instances.</p>
<p>What has now been labelled as the agile release model for Microsoft Dynamics CRM will mean that an update/upgrade to the core platform will become available every six months. Contrast that to the previous 2-3 years in between major releases and you can see it&#8217;s no minor readjustment but rather a whole new way from the Microsoft Dynamics team to deliver products to the business users.</p>
<p><em>Funnily enough, the SoD whitepaper claims that CRM 2011 is the fifth major release of the product. While it goes by the 5.0 version number, I guess some of the folks in Redmond have already forgotten that there never was a CRM 2.0 realease, rather we saw the version number incremented from 1.2 to 3.0. Oh well, time flies when you&#8217;re having fun working in the field of CRM, so let&#8217;s move on&#8230;</em></p>
<p>The new release cycle is of course a direct result of the Cloud Power in action. No longer can you spend years in designing and developing features for your new product behind closed doors, even if you are Microsoft. Cloud applications have taught us consumers into living in a world of perpetual beta products that constantly get updated with new functionality, without any effort required from us to physically upgrade the apps. If Google can do it for Gmail, then why would the enterprise users settle for working with a standarized XP/2003 toolset for almost a decade? In the scheme of CRM, if you&#8217;re competing against Salesforce.com that has a monthly release cycle (or so I&#8217;ve heard), delivering a huge box of new features once every three years (which is what 2011 does offer over 4.0) means you&#8217;d have to actually keep three years ahead in terms of development, just to avoid slipping behind your competitor again. Doesn&#8217;t quite sound like a winning strategy.</p>
<p><a href="http://www.sonomapartners.com/Documents/CRM/CRM_StatementOfDirection_May2011.pdf"><img class="aligncenter size-full wp-image-837" title="Microsoft_Dynamics_CRM_Statement_of_Direction" src="http://niiranen.eu/crm/wp-content/uploads/2011/05/Microsoft_Dynamics_CRM_Statement_of_Direction.jpg" alt="Microsoft Dynamics CRM Statement of Direction May 2011" width="550" height="252" /></a></p>
<p>During the CTP and Beta phases of the Dynamics CRM 2011 release process there were many times when I found either myself or someone else on the forums &amp; blogosphere expressing their thoughts along these lines: <em>&#8220;these new features are really awesome, but I just wish the small details of X and Y could be included before RTM, so I can really truly make the most of the product&#8221;</em>. In the world of the old release cycle, hearing MSFT representatives reply back with the words<em> &#8220;thanks, we&#8217;ll try to include it in v.Next&#8221;</em> didn&#8217;t give much comfort. If the next version was three years away, it&#8217;s effectively the same as &#8220;forget about it&#8221;, if you contrast it with how fast the world of applications keeps turning these days. Facebook grew from 10 million to 310 million active users during a timeframe like that.</p>
<p>Smaller packages of new features twice a year should definitely help Microsoft fill the gaps in product functionality that inevitably appear whenever a big release deadline approaches and planned features have to be dropped to meet the real life requirement of shipping a release. At the moment, Dynamics CRM 2011 is lacking some functionality on three distinct areas that the Statement of Direction says will be addressed in upcoming versions to be released within one year:</p>
<ul>
<li><strong>Cross-browser support</strong>. Transforming Dynamics CRM from an Internet Explorer only application to a true cross browser app through a new HTML5 UI, thus finally making the platform an option for Mac users as well.</li>
<li><strong>Mobile devices support</strong>. The Mobile Express client in 2011 is identical to what we had in 4.0, but with more and more iPads and Android/iOS/WP7 smartphones found in the workplace, the out-of-the-box mobile experience should be much better, with possible 3rd party apps taking it on an even higher level (offline data access etc.).</li>
<li><strong>Social CRM</strong>. There are two dimensions in which a CRM application needs to be &#8220;social enabled&#8221; these days: 1) internal collaboration on customer information and activity feeds á la Yammer and Chatter, and 2) capturing and enabling a dialog with the customers in social media channels like Twitter, Facebook, LinkedIn.</li>
</ul>
<p>Dynamics Marketplace will also presumably play a role in addressing some of the needs that don&#8217;t quite fit into the core product delivered by Microsoft. The accelerators that we saw released for CRM 4.0 were nice proofs of concept, but they weren&#8217;t proper add-on products that could have been deployed by the end user organizations without customization and development services provided by MS partners. The solution management framework included in CRM 2011 will make the distribution of apps much easier and I would expect to see development also on the Marketplace functionality as a channel for app delivery (eventually commerce). When the base platform of Dynamics CRM is built on one single product edition (meaning no separate standard/enterprise or sales/service versions), modularity is enabled throug the solution packages. While the verticals will likely remain a partner driven domain, I&#8217;m expecting to see some interesting releases coming from <a title="Dynamics Marketplace: Microsoft Dynamics Labs company overview" href="http://dynamics.pinpoint.microsoft.com/en-US/PartnerDetails.aspx?PartnerId=4297440805" target="_blank">Microsoft Dynamics Labs</a> as well.</p>
<p><span id="more-818"></span>The single codebase in Online and on-premises versions is a critical requirement for Microsoft to be able to pull off the planned schedule of shipping packaged software every six months. It will be interesting to see how the on-premises customers will adopt these updates into production use, and more specifically, how will they handle the annual upgrades. Here&#8217;s how the Statement of Direction defines the terminology:</p>
<blockquote><p><strong>Updates</strong> deliver new capabilities to Microsoft Dynamics CRM deployments without requiring a full upgrade. <strong>Upgrades</strong> may deliver deeper functionality enhancements and improvements, may incorporate significant Microsoft platform innovations (e.g. the next releases of Windows Server and desktop, .NET Framework, SQL Server, Office), and will have their own Microsoft support lifecycle for mainstream and extended support.</p></blockquote>
<p>So, it looks like there could be a major release like a CRM 2012, CRM 2013 etc. every 12 months that can require an upgrade project to be conducted, similar to how current CRM 4.0 customers now need to plan for their strategy for moving to CRM 2011. For the IT department this means answering questions like:</p>
<ul>
<li>Can we do an in-place upgrade or do we need to migrate to a new environment?</li>
<li>Does our existing hardware meet the minimum requirements of the new version?</li>
<li>How about related MS stack like SQL Server and SharePoint versions, still supported?</li>
<li>How will we minimize downtime for the end users? Who&#8217;s going to take care of client upgrades after the server is upgraded? Will offline data cause problems?</li>
</ul>
<p><img class="aligncenter size-full wp-image-839" title="CRM_2011_upgrade_sequence" src="http://niiranen.eu/crm/wp-content/uploads/2011/05/CRM_2011_upgrade_sequence.jpg" alt="" width="550" height="374" /></p>
<p>Another aspect to consider is how much further will the legacy code and API&#8217;s from previous versions be supported from now on. CRM 2011 does have backward compatibility with CRM 4.0 plug-ins and the 2007 endpoint for web services (see the SDK for <a title="SDK: Upgrade Your Code from Microsoft Dynamics CRM 4.0 to Microsoft Dynamics CRM 2011" href="http://technet.microsoft.com/en-us/library/gg334220.aspx" target="_blank">code upgrade instructions</a>), but CRM 3.0 callouts or endpoints will no longer work in CRM 2011. What about in Q2/2012 when there will be a new version available? If you choose now to take the easy way out with your 4.0 to 2011 upgrade and not touch any of the existing custom code in your system, will you face problems a problem in 2012 when the backward compatibility might no longer cover 4.0?</p>
<p>Of course it is perfectly possible that the Dynamics CRM platform itself has now reached a level at which there will be less needs for disruptive changes introduced between major releases. If we would summarize the road already travelled, the extremely high level timeline of Microsoft Dynamics CRM platform development could be described with these bullets:</p>
<ul>
<li>2003: CRM 1.0, the beginning</li>
<li>2005: CRM 3.0, custom entities (a.k.a. XRM)</li>
<li>2007: CRM 4.0, multi-tenancy and the cloud</li>
<li>2011: CRM 2011, solution management</li>
</ul>
<p>So, is the platform now &#8220;ready&#8221;? Of course it never is, but compared to the situation in 2005 when I first started working with Microsoft CRM (before the Dynamics brand was introduced), I have to say it&#8217;s truly come a long way. The building blocks we now have available as results from these previous releases could be seen as the catalyst for why the new agile release model has become possible in the first place. Together with the cloud delivery model of CRM Online, it looks like the evolution of business applications is about to accelerate like never before.</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2011/05/more-agile-direction-for-dynamics-crm-future-product-releases/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Greetings from Microsoft Convergence 2010 in Atlanta &#8211; Part 2</title>
		<link>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-2/</link>
		<comments>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-2/#comments</comments>
		<pubDate>Sat, 08 May 2010 19:43:36 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[News and events]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[Convergence]]></category>
		<category><![CDATA[scrm]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=339</guid>
		<description><![CDATA[In Part 1 I shared some thoughts and observations on what role cloud computing was playing at Convergence 2010 Atlanta. I also promised to get back on the other hot topic, which should not be a surprise to anyone. No, it&#8217;s not XRM. But if we&#8217;d follow a similar naming convention, I guess it could [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-1" target="_blank">Part 1</a> I shared some thoughts and observations on what role cloud computing was playing at Convergence 2010 Atlanta. I also promised to get back on the other hot topic, which should not be a surprise to anyone. No, it&#8217;s not XRM. But if we&#8217;d follow a similar naming convention, I guess it could be called SocialX, meaning &#8220;social anything&#8221;.</p>
<p>If the cloud computing movement is about the shift in technology, then the social web revolution is all about the people and their new forms of behaviour. Sure, it&#8217;s powered by some tech innovations from Web 2.0, but it would be a stretch to claim that the source code behind services like Facebook or Foursquare contains the magic ingredients that have caused the eruption of the social media volcano. To prove my point, just take a look at the following slide:</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2010/05/Social_customer_stack.jpg" rel="lightbox[339]"><img class="aligncenter size-full wp-image-348" title="Social_customer_stack" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/Social_customer_stack.jpg" alt="" width="500" height="379" /></a></p>
<p>This &#8220;social customer stack&#8221; is taken from the <em>Deriving Value from Social Networks </em>session by <a title="Twitter: NikhilHasija" href="http://twitter.com/NikhilHasija" target="_blank">Nikhil Hasija</a> and <a title="Twitter: pgreenbe" href="http://twitter.com/pgreenbe" target="_blank">Paul Greenberg</a>. It was the best 60 minutes spent during Convergence 2010, hands down (even better than <a href="http://www.thereturnonline.com/" target="_blank">The Return</a> at Tabernackle or <a href="http://www.thegeeksband.com/" target="_blank">The Geeks Band</a> at Hard Rock Café). One particularly great thing about it was that there were absolutely no sceenshots of Microsoft applications, like in all other Convergence presentations. No attempts to push products like the Social Media Accelerator or anything else MS branded. Everything was built around the core message: what has changed since the invention of traditional CRM and why the customer is now in charge.</p>
<p><span id="more-339"></span>Social CRM is of course not a brand new concept. Having said that, it&#8217;s still far from an established or clearly defined concept. The following presentation contains much of the content that Paul was presenting at Convergence, so flicking through these should give you a good idea of the <em>what, why, how</em> of SCRM:</p>
<div id="__ss_2510126" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Era of The Social Customer 2010." href="http://www.slideshare.net/pgreenbe/era-of-the-social-customer-2010">Era of The Social Customer 2010.</a></strong><object id="__sse2510126" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=eraofsoccustpgvers-091116065755-phpapp02&amp;rel=0&amp;stripped_title=era-of-the-social-customer-2010" /><param name="name" value="__sse2510126" /><param name="allowfullscreen" value="true" /><embed id="__sse2510126" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=eraofsoccustpgvers-091116065755-phpapp02&amp;rel=0&amp;stripped_title=era-of-the-social-customer-2010" name="__sse2510126" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
<p>Be sure to also read Paul&#8217;s blog post titled <a href="http://blogs.zdnet.com/crm/?p=1799" target="_blank"><em>&#8220;Microsoft Convergence 2010. Finally Getting Rid of the But&#8230;.?&#8221;</em></a> on ZDNet.</p>
<p>Returning to the social customer stack, it was quite delightful to see that Microsoft has been able to grasp the fact that the future of applications needed for any company to adopt a holistic practice of SCRM activities is not something they alone can engineer by themselves at Redmond. Maybe this can be partially attributed to the phenomena uncovered by the recent study by NetProspex, which found that <a href="http://www.reuters.com/article/idUSSGE63J07N20100420?type=marketsNews" target="_blank">Microsoft employees were the most social media-savvy in the world</a>. If the company is able to transform this savviness into products and services that encourage coexistence and integration of applications from outside the Microsoft stack, then all those hours wasted by MS employees in reading each other&#8217;s Facebook status updates may actually deliver a nice ROI in the long run. Heck, maybe they&#8217;ll even survive beyond the looming death of the desktop operating system.</p>
<p>What does it all mean for Dynamics CRM? Well, your guess is as good as mine, but I believe the business applications world will be moving towards the app store model that we&#8217;ve seen grow quite popular in the consumer mobile arena. In order to get there, it&#8217;s going to require a little bit of work from Microsoft to make this transformation possible, but I see them taking the steps into right direction. With the Solution Management features to be introduced in CRM 5.0 <em>(edit: now branded as <a href="http://www.microsoft.com/presspass/press/2010/jul10/07-12WPCDynamicsCRMPR.mspx" target="_blank">Dynamics CRM 2011</a>)</em>, the possibilities for creating real application packages that a CRM using organization could easily consume will be at a whole new level. With its Azure platform, Microsoft has a natural expansion tank in place to facilitate the growth of its CRM customers&#8217; solutions to become a network of applications.</p>
<p>Even though it is somewhat disappointing that there doesn&#8217;t appear to be any <a href="http://www.salesforce.com/chatter/" target="_blank">Chatter</a> type of functionality built into the upcoming version of CRM (guess you&#8217;ll need to use SharePoint 2010 for that) to foster the social enterprise approach for transparency on CRM customer data, perhaps this isn&#8217;t the most important thing Microsoft to focus on. Social CRM will not be a module you can plug into your existing application, it&#8217;s about being able to support whatever new methods of communication and collaboration emerge &#8220;out there&#8221; between companies and their customers. Get the right pieces in there and the ecosystem may just invite you to be a part of the conversation.</p>
<p><a href="http://www.backchannelbook.com/"><img class="size-medium wp-image-356 alignleft" title="backchannel_cover-311x400" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/backchannel_cover-311x400-233x300.jpg" alt="" width="233" height="300" /></a>As a final note from Convergence 2010 Atlanta, I want to touch one subject of far less importance than the cloud or the &#8220;SocialX&#8221; future, but something which relates to them quite closely. If there&#8217;s one thing that has changed in conference audience behaviour during the past couple of years, it has to be the explosion of mobile applications for social networks. Yeah, I&#8217;m talking about Twitter et al. The backchannel of tweets during the sessions is nowadays something you can expect to take place in any larger tech oriented event. Some people are even writing <a href="http://www.backchannelbook.com/" target="_blank">books</a> about it and building applications targeted to amplify and leverage this phenomena.</p>
<p>I guess Convergence is nowhere near SXSWi in terms of mobile geek penetration rates (just watch <a title="SXSW Interactive Checkin Visualization" href="http://vimeo.com/10453518" target="_blank">this video</a>), but it would have been awfully convenient if Microsoft had provided complimentary WiFi for all attendees, to facilitate the emergence of a proper backchannel. Perhaps the U.S. crowd didn&#8217;t have any problems utilizing their data plans, but for an overseas attendee the ridiculous WiFi rates charged by the Georgia World Congress Center for 24h access were a showstopper. Luckily there were plenty of CommNet terminals around, which weren&#8217;t locked to browsing only the Convergence site. Tweets thru SMS during the session and a quick review of updates with #CONV10 hashtag during the breaks managed to keep my social network addiction at bay.</p>
<p><a title="Twitter: girishr" href="http://twitter.com/girishr" target="_blank">Girish Raja</a> showed a cool demo in his Azure themed session about using <a href="http://flotzam.com/archivist/" target="_blank">The Archivist</a> to collect a database of tweets for analyzing trends and other kinds of data mining activities. Perhaps by Convergence 2011 we will hear how Microsoft has managed to make use of the backchannel analytics. I&#8217;ll see you in that session then!</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Greetings from Microsoft Convergence 2010 in Atlanta &#8211; Part 1</title>
		<link>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-1/</link>
		<comments>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-1/#comments</comments>
		<pubDate>Sun, 02 May 2010 16:31:15 +0000</pubDate>
		<dc:creator>Jukka Niiranen</dc:creator>
				<category><![CDATA[News and events]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Convergence]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://niiranen.eu/crm/?p=300</guid>
		<description><![CDATA[This year&#8217;s main event for Microsoft Dynamics product line is now over and done with. It was the second time I attended Microsoft Convergence, and the first one on US soil. Here are some of my miscellaneous notes and thoughts on the event. First of all, getting to Convergence 2010 in Atlanta this year was [...]]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s main event for Microsoft Dynamics product line is now over and done with. It was the <a title="Convergence 2008 EMEA" href="http://niiranen.eu/crm/2008/11/convergence-2008-emea/">second time</a> I attended Microsoft Convergence, and the first one on US soil. Here are some of my miscellaneous notes and thoughts on the event.</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence2010.jpg" rel="lightbox[300]"><img class="aligncenter size-full wp-image-303" title="Microsoft Convergence 2010" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence2010.jpg" alt="" width="500" height="133" /></a></p>
<p>First of all, getting to <a title="Convergence 2010 Atlanta at microsoft.com" href="http://www.microsoft.com/dynamics/convergence/atlanta10/" target="_blank">Convergence 2010 in Atlanta</a> this year was not easy, as I&#8217;m sure many fellow Europeans noticed. No, the problem was not in acquiring tickets or hotel accomodation, it was in the physical act of getting to Atlanta through the <a title="Wikipedia: 2010 eruptions of the Icelandic volcano that you can't pronounce" href="http://en.wikipedia.org/wiki/2010_eruptions_of_Eyjafjallaj%C3%B6kull" target="_blank">volcanic ash cloud</a> that paralyzed the airspace in most of Europe the week before Convergence was set to start. I was in Kuala Lumpur at the time of the eruption and had to re-route myself directly from Malaysia to United States, without visiting my home base in Helsinki. The one week trip in South-East Asia turned out to be a three week trip around the world, which was a bit of a rough ride, but I&#8217;m glad to have made it to all the meetings I had planned, attended Convergence for the whole duration of the event and returning safely back home (with a huge pile of laundry in my luggage).</p>
<p><span id="more-300"></span>The event took place in <a href="http://www.gwcc.com/" target="_blank">Georgia World Congress Center</a> in downtown Atlanta. Even though there were over 8.500 attendees to this years Convergence, which is a huge event on my scale, it still felt like GWCC was half empty, which should give you an idea of the sheer size of the building complex (check out some fun facts <a title="GWCC fun facts" href="http://www.gwcc.com/about/Fun_Facts.aspx" target="_blank">here</a>). This meant a lot of walking between the sessions, but a small exercise never hurts. Feeding all the thousands of people cannot be an easy task, but the organizers pulled it off quite nicely with the help of the gigantic buffet hall and of course a countless number of coffee and snack stands everywhere. All in all, great surroundings for the event, which is probably why it was announced that also Convergence 2011 will be held in Atlanta.</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence_buffet.jpg" rel="lightbox[300]"><img class="aligncenter size-full wp-image-309" title="Convergence_buffet" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence_buffet.jpg" alt="" width="500" height="366" /></a></p>
<p>The opening <a title="Keynote transcript at MS News Center" href="http://www.microsoft.com/presspass/exec/elop/2010/04-25convergence.mspx" target="_blank">keynote</a> this year didn&#8217;t deliver anything spectacular. GP 2010 was announced, as was the upcoming global availability of CRM Online, but all of this was very much business-as-usual. <a title="Kirill Tatarinov at microsoft.com" href="http://www.microsoft.com/presspass/exec/kirill/" target="_blank">Kirill</a> delivered basically the same Dynamic Business message as he did in Convergence 2008 Copenhagen, with the added flavour of cloud computing. There was a nice R&amp;D Labs demo of a product concept utilizing a touch screen overlay for a &#8220;65 screen from <a href="http://www.nextwindow.com/" target="_blank">NextWindow</a> and a business application that allowed touch-based adjustment of sales forecasts derived from fictional social network data analytics. While I&#8217;m somewhat sceptic about companies reaching that level of sophistication in mining the social buzz level around their product lines anytime soon, the in-store utilization of touch screen UI&#8217;s presenting unified product catalog data in both web stores as well as retail outlets may not be such a distant concept anymore. Expanding the usage of ERP data to the new retail use cases with direct customer interaction will surely require a whole new mindset in application design, something which is might be considered the ERP equivalent of the Social CRM movement (more on that later).</p>
<div id="attachment_314" class="wp-caption aligncenter" style="width: 500px"><a href="http://www.microsoft.com/presspass/presskits/dynamics/videogallery.aspx"><img class="size-full wp-image-314" title="Convergence_videos" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence_videos.jpg" alt="" width="490" height="276" /></a><p class="wp-caption-text">Click the image to access video clips from Convergence 2010 keynote</p></div>
<p>&#8220;We&#8217;re all in&#8221;, that is the primary message from Microsoft these days. The &#8220;in&#8221; is of course the <a title="MS cloud computing" href="http://www.microsoft.com/cloud/" target="_blank">Cloud</a>, which MS is considering to be at least as big a shift for IT business as the invention of the graphical UI or the browser based Internet. I think many people in the audience were still cautious when estimating the impact of cloud computing for their own field of information management and application development, which is an understandable approach at this early stage, when the hype surrounding the cloud is still at such a peak level. Nevertheless, everyone needs to keep their eyes open and observe what is going on in the world around them. For example, I guess almost all of the CRM related sessions at Convergence 2010 were using specifically CRM Online for the demos (except for a few local virtual machines that were probably needed in some cases). The big shift is that the Online offering has taken the center stage in Microsoft&#8217;s CRM product message, with the on-premises version slowly but surely becoming an <em>option</em> that is still available. Will we eventually see MS CRM going 100% hosted á la Salesforce.com?</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence_cloud.jpg" rel="lightbox[300]"><img class="aligncenter size-full wp-image-317" title="Convergence_cloud" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/Convergence_cloud.jpg" alt="" width="500" height="216" /></a></p>
<p>A good example of the benefits of running your Dynamics CRM in the cloud instead of your own server behind the firewall are the recently announced portal accelerators for CRM Online. The package that initially includes Event, eService and Partner Management accelerators is presumably going to offer a full Portal Development Toolkit (see the MS Partner Network <a href="https://partner.microsoft.com/global/productssolutions/40139452" target="_blank">presentation for May 2010 release</a>). What you effectively get is a CMS system for building websites with dynamic content straight out of your Dynamics CRM Online database, with out-of-the-box content hosting and CRM integration running on Azure. There have already been products like this offered by ISV&#8217;s like <a href="http://www.adxstudio.com/" target="_blank">Adxstudio</a> before (who, I believe, are also behind the portal accelerator development), but providing it as an extension to CRM Online can lower the barrier to such a level that I&#8217;m sure many customers cannot resist the temptation to try it out. Considering that there is no External Connector license model for CRM Online (like there is for on-premises installations), the total cost of having the basic web + CRM functionality could potentially be highly attractive for many SMB&#8217;s.</p>
<p><a href="http://niiranen.eu/crm/wp-content/uploads/2010/05/CRM_Online_portal_accelerators1.jpg" rel="lightbox[300]"><img class="aligncenter size-full wp-image-323" title="CRM_Online_portal_accelerators" src="http://niiranen.eu/crm/wp-content/uploads/2010/05/CRM_Online_portal_accelerators1.jpg" alt="" width="500" height="289" /></a></p>
<p>Since the Office 2010 wave of products was released very recently, there was of course some promotion of SharePoint 2010 and how it can be &#8220;better together&#8221; with CRM. On a practical level there wasn&#8217;t too much to show about the synergies, as the demos were along the lines of showing SharePoint search results in an account form iFrame. Useful, but hardly revolutionary. Many vendors are promoting their automatic document library integration products, but if you want my opinion, I&#8217;d say you should wait to see what CRM 5.0 (edit: make that <a href="http://www.microsoft.com/presspass/press/2010/jul10/07-12WPCDynamicsCRMPR.mspx" target="_blank">Dynamics CRM 2011</a>) will offer on that front before committing to ISV add-ons. All in all, the best demos related to Office 2010 were actually the <a href="http://www.powerpivot.com/" target="_blank">PowerPivot</a> examples of building dynamic data cubes directly on the client PC instead of relying on SQL Server Analysis Services. Very cool stuff, wish I could convince our corporate IM department to upgrade my Excel so I&#8217;d be able to try some of that &#8220;personal BI&#8221; magic&#8230;</p>
<p>That&#8217;s it for the first part of the article. Check out <a href="http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-2/" target="_self">Part 2</a>, where I&#8217;ll be discussing how the word &#8220;social&#8221; is changing the world around CRM and Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://niiranen.eu/crm/2010/05/greetings-from-microsoft-convergence-2010-in-atlanta-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

