Posted 10/2/2006 10:49:49 PM | | | | Overview The goal of this sample is to display stock market information for publicly traded companies. This sample demonstrates the following: - Fetch the stock symbol of the current account
- Redirect the user to Google finance and pass the information expected by Google in order to be able to display the financial information.
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=stockPrice title="Stock Price" Url="http://localhost:4589/c360Sdk/Samples/StockPrice/StockPrice.aspx" Icon=" /_imgs/ico_16_salesprocess.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 “StockPrice”. In this new folder, the ASPX page and its corresponding code behind file: - StockPrice.aspx
- StickPrice.aspx.cs
Screenshots 

Jeremie Desautels VP, Product Marketing c360 Solutions
|
| |
|