Posted 10/2/2006 10:25:50 PM | | | | Overview The goal of this sample is to fetch and display news articles related to an account. This sample demonstrates the following: · Fetch data about the current account - Fetch news articles from Google’s RSS news feed
- Display the articles
Installation Step 1 – Edit ISV.config This sample must be added as a new link on the left navigation bar of the Microsoft CRM account edit screen. Therefore we need to edit the “account” entity section in Microsoft CRM’s ISV.config file like so: <ENTITY name="account"> <NAVBAR ValidForUpdate="1" ValidForCreate="0"> <NAVBARITEM id=googleNews title="Google news" Url="http://localhost:4589/c360Sdk/Samples/GoogleNews/GoogleNews.aspx" Icon="http://localhost:4589/c360Sdk/Samples/GoogleNews/GoogleNews.gif" /> </NAVBAR> </ENTITY> Note: you will need to adjust the url in the above sample to match your environment. Step 2 – Copy files In your Visual Studio 2005 project, make sure you have a folder called “Samples” and create a sub-folder called “GooleNews”. In this new folder, copy the image, the ASPX page and it’s corresponding code behind file: - GoogleNews.gif
- GoogleNews.aspx
- GoogleNews.aspx.cs
Screenshots 

|
| |
|