Share via


Task 2 (Optional): Creating a MDS Subscription View using Master Data Manager

In this task, you create a subscription view to expose the Supplier entity in the Suppliers model to other applications. You do not consume this view in the current version of the tutorial.

  1. Switch to the main page of Master Data Manager (https://localhost/MDS) by clicking SQL Server 2012 Master Data Services at the top.

  2. Click Integration Management.

  3. Click Create Views on the menu bar.

    Add a New Subscription View Button

  4. Click + (Plus) icon on the toolbar to create a subscription view.

  5. In the Create Subscription View pane, type Suppliers for Subscription view name.

  6. Select Suppliers for Model.

  7. Select VERSION_1 for Version.

  8. Select Supplier for Entity.

  9. Select Leaf members for Format.

    Save Subscription View Button

  10. Click Save on the toolbar to save the subscription view. This action creates a view in SQL Server named Suppliers. You can verify this using SQL Server Management Studio (SSMS).

Next Step

Task 3 (Optional): Reviewing the Subscription Views