Technical Articles
Microsoft Business Solutions publishes technical articles on various aspects of developing with MBS products and technologies. Look here for the latest guidance.
Displaying Microsoft CRM Business Data in SharePoint Web Parts
Learn how to build portals and dashboards in SharePoint sites by using Web Parts that display Microsoft CRM data. This article accompanies a sample Visual Studio .NET solution that contains sample Web Parts for a Customer Service Portal. This article includes information about how to install and use Web Parts, and explains how to retrieve and display Microsoft CRM data in Web Parts. |
Easy Microsoft CRM 3.0 Data Access Using RSS
Learn how you can combine Microsoft CRM and RSS technologies to set up dynamic business data feeds. Receive dynamic updates to critical company business data that directly affects how you do business. This article accompanies a working sample Web application for accessing business data feeds from Microsoft CRM using RSS technology. You'll find information here about how to install and use the sample software, and you'll learn how to dynamically retrieve and display Microsoft CRM data in commonly available RSS reader applications. |
Microsoft Dynamics CRM 3.0: Accessing Selected Records in a Grid
Learn how to determine programmatically which entity records a user has selected in the Microsoft Dynamics CRM 3.0 Web application grid. Develop custom code to perform a desired operation on each entity selected in the grid. |
Microsoft Dynamics CRM 3.0: Bulk Import
Learn how to programmatically import bulk data into Microsoft Dynamics CRM 3.0 system and custom entities. Also, learn best practices, such as creating multiple threads and using unsafe connection sharing, for better performance during bulk import using the Microsoft CRM 3.0 SDK. |
Microsoft CRM: Exporting Custom Reports to Excel Learn how to develop a custom report that displays aggregate (summary) business data within the Microsoft Customer Relationship Management Web application and then export the report data to a Microsoft Excel spreadsheet for analysis. You can also set up a live data feed between the custom Microsoft CRM report and a Microsoft Excel spreadsheet for dynamic business data updates. |
Customize Information Bridge Framework for Microsoft CRM Learn to customize the Microsoft Office Information Bridge Framework for Microsoft Business Solutions CRM to meet the unique needs of your business organization. |
Adding a Custom Application to Microsoft CRM: Account Team Management This article describes how to build and integrate a custom Web application into the Microsoft CRM Web client. Using the demonstrated techniques, a Microsoft CRM developer can build a Web application that adds new capabilities to the Microsoft CRM Web client. |
Audit Business Data in Microsoft CRM Study this sample solution to learn how you can implement auditing of changes to business data in the Microsoft CRM system. |
Business Portal Configuration Entity Settings This article describes the configuration entity settings of the BusinessFramework.config file in the Business Portal, and how you can use them to change the behavior of the Business Portal application. |
Entity Persistence Review some of the goals of the entity persistence subsystem in the Microsoft Business Framework, and review some of the classes and methods developers can use in their Business Portal applications to handle entity persistence related tasks. |
Using Event Broker in the Business Portal SDK Learn to use the MBF Event Broker to assign event handlers to specific events in the Business Portal. |