<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jonas Deibe - Dynamics CRM, C#, JS : Titan</title><link>http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx</link><description>Tags: Titan</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>CRM 4.0 Plugin Example a simple "Logger"</title><link>http://blogs.msdn.com/jonasd/archive/2007/11/05/plugin-example-a-simple-logger.aspx</link><pubDate>Mon, 05 Nov 2007 16:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5908481</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/5908481.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=5908481</wfw:commentRss><description>&lt;p&gt;In CRM 3.0 callouts was the business extension and in 4.0 its name changed to Plugins. Still it's the entry point for doing business extensions extending the product or customizing it for your needs. The product group has done a great work on re-engineered the event architecture. Please look at UK CRM blog where &lt;a href="http://blogs.msdn.com/ukcrm/about.aspx" target="_blank"&gt;Simon Hutson&lt;/a&gt; explains &lt;a href="http://blogs.msdn.com/ukcrm/archive/2007/10/02/microsoft-dynamics-crm-4-0-tidbits-event-architecture.aspx" target="_blank"&gt;this&lt;/a&gt; very well. There is also good information in the so far published information in the SDK for CTP3.&lt;/p&gt;
&lt;p&gt;My Plugin example is a simple logger. I created a new entity called "logger" with some basic field attributes. I also associated N-1 to systemusers table for keeping track of data been "logged" by current user. The logic to fill this entity/table is inside the plugin assembly and I have attached the Visual Studio project for you to play around with. Please note this is an example!&lt;p&gt;
&lt;p&gt;Possible areas where improvement could be done are:&lt;/p&gt;
&lt;li&gt;Reports with summary. Triggered from the actual record for fast overview of logged information
&lt;li&gt;JS logic with one click to logged record directly from user view (Store the PK as string and JS build a button with the url to the record)
&lt;li&gt;Support for all the plug-in events. Current version is only CRED
&lt;li&gt;Modify security groups (I haven't attached any roles to the example code)
&lt;li&gt;And more and more... but then again this is just an &lt;b&gt;example&lt;/b&gt; with not more than ~100lines of C# code
&lt;/br&gt;
&lt;/br&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5908492/original.aspx"&gt;&lt;/br&gt;
&lt;i&gt;My logger entity is associated with all users in the system making it easy to overlook what has been logged on each user.&lt;/i&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5908594/500x314.aspx"&gt;&lt;/br&gt;
&lt;i&gt;My logger plugin is associated with entities like account, contact and opportunity.&lt;br&gt;Instruction how-to build the Plugin registration tool is included in the CTP3/SDK documentation&lt;/i&gt;
&lt;/br&gt;
&lt;/br&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5908591/640x386.aspx"&gt;&lt;/br&gt;
&lt;i&gt;Details of information from the logger form. Here we see all the fields a user (mscrm, lastname) has retrieved during a look at a contact.&lt;/i&gt;
&lt;p&gt;For simplicity I use build events (see previous post &lt;a href="http://blogs.msdn.com/jonasd/archive/2007/03/28/use-build-events-to-recycle-application-pool-instead-of-iisreset.aspx"&gt;http://blogs.msdn.com/jonasd/archive/2007/03/28/use-build-events-to-recycle-application-pool-instead-of-iisreset.aspx&lt;/a&gt;) in my Visual Studio project since you are required to IISRESET (I recycle CRMAppPool) before you could publish a new version of your plugin. I also don’t use the database as storage during development because I would like to debug my plugins. But! If your plugins should be runned in Outlook offline mode you should publish to database else it won't work.&lt;/p&gt;
&lt;p&gt;If your CRM server is not on port 5555 you should change my webservice url. Customizations and Visual Studio project as attachments, Have fun!&lt;/p&gt; 
&lt;p&gt;This posting is provided "AS IS" with no warranties, and confers no rights.&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5908481" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/jonasd/attachment/5908481.ashx" length="929998" type="application/octet-stream" /><category domain="http://blogs.msdn.com/jonasd/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>Improved Mail Merge with Word</title><link>http://blogs.msdn.com/jonasd/archive/2007/10/20/improved-mail-merge-in-titan.aspx</link><pubDate>Sat, 20 Oct 2007 17:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5547503</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/5547503.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=5547503</wfw:commentRss><description>&lt;p&gt;More nice end-user features...Mail merge grabbs data from CRM to already predefined organization/user owned/personal templates inside Word.&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5547341/original.aspx" alt="template"&gt;&lt;br&gt;
&lt;p&gt;Create your new mail merge template based on your role and access.&lt;/p&gt;
&lt;br&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5547351/original.aspx" alt="view"&gt;&lt;br&gt;
&lt;p&gt;Fill in the details and create the template from the edit button. Word opens and you have a connection to CRM metadata.&lt;br&gt;Save your file locally an upload it by using the attachment section inside this form.&lt;br&gt;&lt;br&gt;&lt;i&gt;Screen shoot above is after the template has been created and therefore the button is labeled edit.&lt;/i&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5547349/original.aspx" alt="view"&gt;&lt;br&gt;
&lt;p&gt;Click the mail merge button. NOTE! This function is now availbe in the webclient as well.&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5547353/original.aspx" alt="view"&gt;&lt;br&gt;
&lt;p&gt;Multi language is included and you could choose to either use your personal template or an organization template. Data fields could be added from all related entities related to your main entity as the template is associated with.&lt;/p&gt;&lt;br&gt;
&lt;p&gt;Press OK and word is opened and follow the mail merge wizard&lt;/p&gt;&lt;br&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5547356/original.aspx" alt="view"&gt;
&lt;p&gt;This posting is provided "AS IS" with no warranties, and confers no rights.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;2007-10-22 UPDATE!&lt;/i&gt;&lt;br&gt;I know noticed Michael Lu posted a video of mail merge functionality on Phil's blog..&lt;br&gt;&lt;a href="http://www.philiprichardson.org/screencasts/titan/Mail%20Merge/Mail%20Merge.html" target="_blank"&gt;http://www.philiprichardson.org/screencasts/titan/Mail%20Merge/Mail%20Merge.html&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5547503" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>10 nice new features in CTP 3 (CRM 4.0)</title><link>http://blogs.msdn.com/jonasd/archive/2007/10/12/10-nice-new-features-in-ctp-3-crm-4-0.aspx</link><pubDate>Fri, 12 Oct 2007 01:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5408049</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/5408049.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=5408049</wfw:commentRss><description>&lt;p&gt;This is my current list from a business perspective (not the 110001 bits -maybe next blog post?) and it works out-of-the-box.&lt;/p&gt;
&lt;li&gt;Auto-resolution start writing and press (ALT CTRL - K) for suggestions in your lookup box (Try it on customer field in opportunity form)&lt;/li&gt;
&lt;li&gt;Converting an Activity (email) to a lead, case ect&lt;/li&gt;
&lt;li&gt;Duplicate checks&lt;/li&gt;
&lt;li&gt;Personal workflows&lt;/li&gt;
&lt;li&gt;Run reports in offline mode + Report wizard&lt;/li&gt;
&lt;li&gt;Multi currency&lt;/li&gt;
&lt;li&gt;MUI (Multilingual User Interface)&lt;/li&gt;
&lt;li&gt;Import wizard&lt;/li&gt;
&lt;li&gt;Displaying attributes from related records in your personal views (1 to Many Relationship)&lt;/li&gt;
&lt;li&gt;Background synchronization for outlook offline client&lt;/li&gt;
&lt;/br&gt;
&lt;/br&gt;
&lt;i&gt;Almost on the list is promote more than 1 item from outlook (max20) at a time, synchronize phonecalls, send a hyperlink to current record, mailmerge and "Diagnostic tool for outlook" which I only so far has been reading about but it looks promising.&lt;/i&gt;
&lt;p&gt;When I now think about this maybe I should have done a "20 nice features" list??&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5408049" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>Screencasts from Philip</title><link>http://blogs.msdn.com/jonasd/archive/2007/10/07/screencasts-from-philip.aspx</link><pubDate>Sun, 07 Oct 2007 22:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5348342</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/5348342.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=5348342</wfw:commentRss><description>&lt;p&gt;Richardson has added 3 great videos showing new features in CTP3. Please enjoy&lt;/p&gt;

&lt;i&gt;Export customizations&lt;/i&gt;
&lt;a href="http://www.philiprichardson.org/screencasts/titan/ExportCustomizationsCTP3/ExportCustomizationsCTP3.html"&gt;http://www.philiprichardson.org/screencasts/titan/ExportCustomizationsCTP3/ExportCustomizationsCTP3.html&lt;/a&gt;&lt;br&gt;
&lt;i&gt;Duplicate Detection&lt;/i&gt;

&lt;a href="http://www.philiprichardson.org/blog/post/Titan-Screencast-Add-Multiple-Users.aspx
"&gt;http://www.philiprichardson.org/blog/post/Titan-Screencast-Add-Multiple-Users.aspx
&lt;/a&gt;&lt;br&gt;
&lt;i&gt;Add multiple users&lt;/i&gt;

&lt;a href="http://www.philiprichardson.org/screencasts/titan/DuplicateDetectionCTP3/DuplicateDetectionCTP3.html"&gt;http://www.philiprichardson.org/screencasts/titan/DuplicateDetectionCTP3/DuplicateDetectionCTP3.html&lt;/a&gt;&lt;/br&gt;
&lt;i&gt;Import Data Wizard&lt;/i&gt;
&lt;a href="http://www.philiprichardson.org/screencasts/titan/WebImportCTP3/WebImportCTP3.html"&gt;http://www.philiprichardson.org/screencasts/titan/WebImportCTP3/WebImportCTP3.html&lt;/a&gt;&lt;/br&gt;
&lt;p&gt;Currently I'm enjoying the new ajax style lookup searches. Just type in your name of linked entity and hit enter and voila the record is now linked with each other (Simular like CTRL + K in outlook)&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5348342" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>Titan (CRM 4.0) preview</title><link>http://blogs.msdn.com/jonasd/archive/2007/10/02/my-titan-crm-4-0-preview.aspx</link><pubDate>Tue, 02 Oct 2007 21:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5246272</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/5246272.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=5246272</wfw:commentRss><description>&lt;p&gt;2 days after the NDA restrictions here is my story..
&lt;/p&gt;&lt;h2&gt;Multi Multi Multi
&lt;/h2&gt;&lt;p&gt;-Language: Additional language packs will be available. You select in your profile your interface language, even help language could be chosen.&lt;br/&gt;-Currency: More than one currency. You select in your profile your default currency. Quite basic and could be extended with history of previous currency calculations.&lt;br/&gt;-Tenancy: The architectural principle; One single server could host many organizations (tenants). I like!! 
&lt;/p&gt;&lt;h2&gt;GUI - Office 2007 styliiiish
&lt;/h2&gt;&lt;p&gt;Of course!&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5246342/original.aspx" alt="Custom entity office 2007 style"&gt;
&lt;i&gt;Custom entity with related user entities (Team members)&lt;/i&gt;
&lt;h2&gt;IE Client&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5246552/original.aspx"&gt;&lt;/p&gt;
&lt;h2&gt;Outlook client
&lt;/h2&gt;
&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5246315/original.aspx" alt="open outlook client"&gt; 
&lt;p&gt;The addin is much more "robust" and smarter. 
Synchronization is smarter (You decide how often you would like to update your local data in background and therefore going offline would be faster). 
For outlook offline the client is now "smarter" by not going to cassini/localhost all the time even when you are online. 

One small feature that I know will add a lot of business value is the possibility to update the company field for your outlook contacts (company field on contacts). 

Send short cut is now included on almost all views/records (Almost like the tip I wrote earlier &lt;a href="http://blogs.msdn.com/jonasd/archive/2007/04/19/simplify-sharing-of-opportunities-or-any-entities-with-direct-e-mailing-links.aspx" target="_blank"&gt;http://blogs.msdn.com/jonasd/archive/2007/04/19/simplify-sharing-of-opportunities-or-any-entities-with-direct-e-mailing-links.aspx&lt;/a&gt;)
&lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5246446/original.aspx"&gt;
&lt;/p&gt;&lt;h2&gt;Record duplicate checks/rules
&lt;/h2&gt;&lt;p&gt;New end user function&lt;p&gt;
&lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/5246521/original.aspx"&gt;
&lt;/p&gt;&lt;h2&gt;Reports
&lt;/h2&gt;&lt;p&gt;Reports wizard and works in offline mode. The architecture is a redesign where the double hop is no longer needed since reports could be treated as entities (Connector for SQL server). This will solve many of the kerberos related problems in previous version.
&lt;/p&gt;
&lt;h2&gt;Customizations&lt;/h2&gt;
&lt;p&gt;Many to many relationships (in general better relationship customizations), rw metaservice, workflow fondations as workflow engine :-) &lt;a href="http://msdn2.microsoft.com/en-us/netframework/aa663328.aspx"&gt;http://msdn2.microsoft.com/en-us/netframework/aa663328.aspx&lt;/a&gt;, plugins async and sync, report wizards, Customize business logic even when client is in offline mode (in a supported way) offline plugins (former named callouts). For you who haven't been around in previous versions a plugin is a customized .NET assembly where you could write your own business logic. More configuration settings now possible to set from admin GUI instead of XML/register hacks ect.
&lt;/p&gt;
&lt;h2&gt;The Resource center
&lt;/h2&gt;
&lt;p&gt;Links to online resources from for example microsoft. Here you would find community information and additional information. The idea is great and I really hope this is useful and would fall into the CRM trend of social networks. It's far from ready I guess but you could hit it already now even if you don't have the CRM application installed. (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=74933&amp;amp;clcid=0x409&amp;amp;LangCode=1033&amp;amp;SkuType=OnPremise" target="_blank"&gt;http://go.microsoft.com/fwlink/?LinkID=74933&amp;amp;clcid=0x409&amp;amp;LangCode=1033&amp;amp;SkuType=OnPremise&lt;/a&gt;)&lt;br/&gt;&lt;/br&gt;&lt;iframe frameborder=0 src ="http://www.microsoft.com/dynamics/crm/resourcecenter/enu/highlights.htm?LangCode=1033&amp;SkuType=OnPremise" width="100%" height="450px"&gt;&lt;/iframe&gt;
&lt;br&gt;&lt;i&gt;click inside the CRM resource iframe&lt;/i&gt;&lt;/br&gt;
&lt;/p&gt;&lt;p&gt;And much much more to come! 
&lt;/p&gt;&lt;p&gt;
This posting is provided "AS IS" with no warranties, and confers no rights.
 &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5246272" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category></item><item><title>TechReady report</title><link>http://blogs.msdn.com/jonasd/archive/2007/02/12/techready-report.aspx</link><pubDate>Mon, 12 Feb 2007 22:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1663774</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/1663774.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=1663774</wfw:commentRss><description>    &lt;table cellspacing="2" border="0" cellpadding="2" title="TechReady"&gt;
        &lt;tr&gt;
            &lt;td&gt;
                Så nu är man hemma efter en hård vecka i Seattle. Höjdpunkter var att jag träffade
                R&amp;amp;D kungen Dominic och keynotes. Träffade av en del PM's som &lt;a href="http://blogs.msdn.com/arash/default.aspx"&gt;Arash&lt;/a&gt;, &lt;a href="http://www.philiprichardson.org/blog/"&gt;Phillip&lt;/a&gt;, Michael, Barry, &lt;a href="http://blogs.msdn.com/crmnorway"&gt;David&lt;/a&gt; (PTS) samt &lt;a href="http://blogs.msdn.com/ukcrm/"&gt;Simon&lt;/a&gt; från UK blog.  Kul också att se vad som gjorts och kommer
                ske på MSCRM plattformen. Det ser riktigt ljust ut för oss som gillar att jobba
                mot denna. Bättre arkitektur och nya API'er är på gång. Tyvärr får jag återkomma
                med detaljer när det blir officiellt. Funktioner mm. kan ändras innan release. Nedan
                är ett axplock av bilder jag fotade med min nya sony cybershoot. &amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="width: 665px"&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663163/640x480.aspx"&gt;
                    &lt;img border="0" src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663163/secondarythumb.aspx"&gt;&lt;/a&gt;&amp;nbsp;&lt;a
                        href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663154/640x480.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663103/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663103/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663083/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663083/secondarythumb.aspx"&gt;&lt;/a&gt;&lt;br /&gt;
                Karaoke på avslutsfesten, mig själv vid company store och Kungen av MSCRM Dominic. Notera Dominics setup.. min laptop till vänster&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="width: 665px"&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663094/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663094/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663089/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663089/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663090/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663090/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663154/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663154/secondarythumb.aspx"&gt;&lt;/a&gt;&lt;br /&gt;
                Ridande polis i downtown Seattle, Dynamics MSCRM R&amp;amp;D building, Roger och funktionär
                i samma outfit? Nästa år blir det annan färg, Jenny ;-)&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="width: 665px"&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663083/640x480.aspx"&gt;
                &lt;/a&gt;&lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663075/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663075/secondarythumb.aspx"&gt;&lt;/a&gt;&amp;nbsp;&lt;a
                        href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663080/640x480.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663069/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663069/secondarythumb.aspx"&gt;
                &lt;/a&gt;
                &lt;br /&gt;
                Konferance byggnaden = fet! Erik stolt med AX bibeln&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="width: 665px"&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663067/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663067/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663069/640x480.aspx"&gt;
                &lt;/a&gt;&lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663060/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663060/secondarythumb.aspx"&gt;&lt;/a&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663080/640x480.aspx"&gt;
                    &lt;img src="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663080/secondarythumb.aspx"&gt;&lt;/a&gt;&lt;br /&gt;
                Bill på keynotes var riktigt bra! Datorer i HOL miljön. Keynotes från Martinez mm.
                MSCRM experter från hela världen samlade på en och samma bild i Redmond (Portugal,
                Kanada, USA, UK, Ryssland mm.)&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="width: 665px"&gt;
                &lt;a href="http://blogs.msdn.com/photos/jonadeimicrosoftcom/images/1663060/640x480.aspx"&gt;
                &lt;/a&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1663774" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/SE/default.aspx">SE</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/TechReady/default.aspx">TechReady</category></item><item><title>Titan info + Optimizing the Performance</title><link>http://blogs.msdn.com/jonasd/archive/2007/01/11/titan-info-optimizing-the-performance.aspx</link><pubDate>Fri, 12 Jan 2007 00:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1452240</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/1452240.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=1452240</wfw:commentRss><description>Optimizing Performance nu även för MSCRM 3.0 &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=6B32E0B3-5520-48A7-B3CD-D8477D084821&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=6B32E0B3-5520-48A7-B3CD-D8477D084821&amp;displaylang=en&lt;/a&gt;.
&lt;p&gt;
Samt lite publik info om nästa version av MSCRM som går under kodnamnet Titan
&lt;a href="http://www.infoworld.com/article/07/01/10/HNmicrosoftnextcrm_1.html"&gt;http://www.infoworld.com/article/07/01/10/HNmicrosoftnextcrm_1.html&lt;/a&gt;
&lt;/p&gt;

&lt;a href="http://www.microsoft.com/presspass/press/2007/jan07/01-10CRMTAPPR.mspx"&gt;http://www.microsoft.com/presspass/press/2007/jan07/01-10CRMTAPPR.mspx&lt;/a&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1452240" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/Settings/default.aspx">Settings</category><category domain="http://blogs.msdn.com/jonasd/archive/tags/Live.com/default.aspx">Live.com</category></item><item><title>Vista till RTM</title><link>http://blogs.msdn.com/jonasd/archive/2006/11/09/vista-till-rtm.aspx</link><pubDate>Fri, 10 Nov 2006 01:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1047166</guid><dc:creator>Jonas Deibe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jonasd/comments/1047166.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jonasd/commentrss.aspx?PostID=1047166</wfw:commentRss><description>Gadgets, Gadgets och Gadgets till CRM!
&lt;br&gt;
Har inget bra exempel just nu men så fort det lugnat ner sig lite i mina projekt kommer jag släppa något exempel här..
&lt;br&gt;
Läs mer om releasen av Vista på
&lt;a href="http://www.microsoft.com/sverige/pr/articles/200611091.aspx"&gt;http://www.microsoft.com/sverige/pr/articles/200611091.aspx&lt;/a&gt;
samt tidigare i veckan gick Office till RTM &lt;a href="http://www.microsoft.com/sverige/pr/articles/200611061.aspx"&gt;http://www.microsoft.com/sverige/pr/articles/200611061.aspx&lt;/a&gt;
&lt;br&gt;Till Vista Gadgets Siten
&lt;a href="http://microsoftgadgets.com/"&gt;http://microsoftgadgets.com/&lt;/a&gt;



&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1047166" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jonasd/archive/tags/Titan/default.aspx">Titan</category></item></channel></rss>