Creating a simple View - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Data Fabric

MDM Platform

Procedure

  1. In the MDM Repository tree view, right-click View and select New from the contextual menu.
    The New View dialog box displays.
    Note:

    The simple View is concerned with only one specific entity, so its name must follow a specific pattern that includes the name of the entity: Browse_items_<name of the business entity>. The dialog box is displayed with the by-default text Browse_items. However, you can use the # character to create multiple views on the same entity. For example, two views on the Agency entity may have the following names: Browse_items_Agency and Browse_items_Agencynt#UK where the second View will give access only to agencies based in the United Kingdom.

    For improved readability, in the MDM Repository view, Views are stored in subfolders by type and only the second part of the name is displayed.

  2. Enter a name for the new View and then click OK to close the dialog box.
  3. Click the three-dot button to open a dialog box where you can select the entity for which you want to create a View and then click OK to close the dialog box.
    An editor for the newly created View opens in the workspace.
    Note:

    You can automate the above steps to create a default View. Select one or more entities in the data model, right-click the selection and then click Generate Default Browse Items Views. This creates a default View which is listed under the View node in the MDM Repository tree view. By default, the Viewable Business Elements and Searchable Business Elements areas in the default View are populated with the top five elements.

    You can then proceed as below in order to define the View criteria.

  4. Click the three-dot button next to Description to open a dialog box where you can add multilingual labels to the new View.
  5. From the list to the left, select a language and enter the corresponding label in the field to the right.
    Click the button to add the description to the Language/Label list.
    Repeat the operation to add as many labels as needed and click OK to close the dialog box.
    All defined labels display in the Description field.
  6. If required, select the Run the view result through a Process check box and then select from the list the Process you want to attach to the current View. The Process will be used to transform/enrich data, on the fly, by looking up fields in the source system. For further information, see Running the view result through a Process (registry style lookup).
  7. If needed, select one option from the Order by list to configure how to sort the data records to be displayed using the View in the Talend MDM Web UI.
    Order by options
    Option Description
    Default The data records will be displayed in the default order, that is, based on the primary key of the relevant entity in ascending order.
    None The data records will be displayed without any specific order.
    Select Field ...

    The data records will be displayed based on a selected field of the relevant entity in ascending or descending order.

    This option allows you to open the Select Field dialog box where you can select the field based on which the data records will be sorted, and then select ASC or DESC from the list that is displayed after you select this option.

    Note that the selected field must be a simple type field at the root level of the relevant entity, but cannot be a multi-occurrence field.

    Warning: The performance of the web user interface or the component tMDMViewSearch using the view may be impacted if you choose to sort the data records to be displayed based on a specific field.
  8. If needed, select a layout from the Custom Layout list to link the view with it.
    When the view is linked with a custom layout, pay attention to the following:
    • If the custom layout is not deployed, a warning will be displayed and a default layout generated by the system automatically will be applied to the view in the web user interface.
    • If the custom layout is deployed but a web user does not have permissions to the custom layout, a warning will be displayed and the default layout will be applied to the view in the web user interface.
    • If the custom layout is deployed and a web user has permissions to both the view and the custom layout, the custom layout will be applied to the view in the web user interface.
    When the view is not linked with a custom layout,
    • if no custom layout exists for the same entity, the default layout will be applied to the view in the web user interface.
    • if several custom layouts exist for the same entity, the first available custom layout based on the user's role will be applied to the view in the web user interface.
    For more information about how to design a custom layout, see Designing a custom layout.