FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Stock PriceExpand / Collapse
Message
Posted 10/2/2006 10:49:49 PMPost #657
 

c360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guru
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

  Post Attachments 
StockPrice.zip (141 views, 1.04 KB)

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Jeremie Desautels, john.gravely, kanika.jackson, Arvind Raman, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 8:42pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.531. 18 queries. Compression Enabled.