Created specifically for Microsoft Dynamics CRM 3.0, this release contains the following code and documentation -
Source Code
-Administrative Interface
-Mobile Application
Documentation
-Developer Readme
-Installation Instructions
-User Manual
Overview
The CRM Mobile Express Client provides users the ability to view, create, and modify their CRM data on just about any internet capable device. There is no installation required on the mobile devices to enable this functionality. Additionally, an administrative interface is available to enable users to control what and how users view their Organization’s CRM data on the mobile devices.
Technical Details
The following sample contains two ASP.NET 2.0 Web Sites written entirely in C#, JavaScript and HTML. The sites take full advantage of the ASP.NET 2.0 coding model, including compile-on-demand, Master Pages and User Controls. These sites are entirely self-contained and can be deployed without needing to compile any code. Each web site provides different functionality and is intended to be accessed by different users and clients. Both applications are localizable via .NET resources. The Administrative Interface site allows System Customizers to configure the Mobile Application. The Mobile Application allows mobile client users to access CRM data depending on how the interface has been configured. Each site accesses Microsoft CRM data via the standard Web Services (CrmService and MetadataService).