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.
Switch to the main page of Master Data Manager (https://localhost/MDS) by clicking SQL Server 2012 Master Data Services at the top.
Click Integration Management.
Click Create Views on the menu bar.
Click + (Plus) icon on the toolbar to create a subscription view.
In the Create Subscription View pane, type Suppliers for Subscription view name.
Select Suppliers for Model.
Select VERSION_1 for Version.
Select Supplier for Entity.
Select Leaf members for Format.
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).