How many of you have heard about CDM and CDS? These two
components are availabe on Microsoft platform. CDM stands for Common Data Model and CDS is
Common Data Service.
CDM is a secured database stored on Microsoft Azure, which
contains business standard entities. Those entities can be used by users for
various purposes including integrations. This is commonly used for integrating
two Microsoft Systems, with the help of templates/entities.
CDS is a basically a service, that utilizes common data
model to enable cross platform reporting capabilities. It is most commonly used
on Power BIs for report generations.
Scenario
Think of a scenario, where some application uses common data
service for storing the data. And some application uses Office 365 SharePoint as the
storage point. And both of these applications deals with the same data sets. In
this case, both of these storage system needs to be synchronized.
The solution which we are looking at may not be a full end
to end solution, but let’s see how we can push data from SharePoint to CDS. There
might be many ways, but here let’s look how it can be done easily using
Microsoft Flow with just configurations.