Microsoft Dynamics CRM Architecture

The platform is the heart of the Microsoft CRM system. When you use the Microsoft CRM Server Programming Guide, you are building on top of this system. The Microsoft CRM platform supports smaller deployments and can scale for application service provider (ASP) models as well. The focus of the security model is protection of the platform from unauthorized access across the Web.

CRM_plat_arch2

The main platform components are:

  • Microsoft SQL Server database
  • Web services
  • System services (workflow, metadata, and integration)
  • A query processor that supports the entity model
  • Secured ad-hoc queries that use an Extensible Markup Language (XML) fetch statement to protect the physical database
  • Callouts for business logic extensibility
  • Reporting services

When you develop an application using the Microsoft CRM server, you use Web services to communicate with the underlying platform layer.