Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.73 KB

File metadata and controls

52 lines (37 loc) · 2.73 KB
title Exporting Data (Master Data Services) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
helpviewer_keywords
exporting data [Master Data Services]
subscription views [Master Data Services]
subscription views [Master Data Services], about subscription views
ms.assetid 8b74409a-ea70-45f8-84c7-da6905e4901a
author lrtoyou1223
ms.author lle
manager craigg

Exporting Data (Master Data Services)

You can export [!INCLUDEssMDSshort] data to subscribing systems by creating subscriptions views. Any subscribing system can then view the published data in the [!INCLUDEssMDSshort] database. For more information about views, see Views.

Subscription View Formats

When you create a view in [!INCLUDEssMDSmdm], you choose from a set of standard view formats that [!INCLUDEssMDSshort] provides. You can use these formats to create views that show:

  • All leaf members and their attributes.

  • All consolidated members and their attributes.

  • All collections and their attributes.

  • The members explicitly added to a collection.

  • The members in a derived hierarchy, in either a parent child or level format.

  • The members in all explicit hierarchies for an entity, in either a parent child or level format.

Subscription Views Can Become Out-of-Date

After you create a subscription view for an entity or hierarchy, changes to the associated model objects are not automatically reflected in the view. You might need to regenerate a subscription view in [!INCLUDEssMDSmdm] to reflect changes to model objects. The Changed column on the Export page is updated to True when model objects change. True indicates that you should edit the subscription view and save it, which regenerates the view.

Related Tasks

Task Description Topic
Create a subscription view of your master data. Create a Subscription View (Master Data Services)
Delete an existing subscription view. Delete a Subscription View (Master Data Services)

Related Content