Creating a Job to notify users that a data record has been updated - 7.3

MDM event processing

Version
7.3
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend MDM Server
Talend Studio
Content
Data Governance > Third-party systems > MDM components > MDM event processing components
Data Quality and Preparation > Third-party systems > MDM components > MDM event processing components
Design and Development > Third-party systems > MDM components > MDM event processing components
Last publication date
2024-02-21
In this scenario, a Job called message is created with only one tJava component to inform the users of the update of an existing data record.

Procedure

  1. Drop a tJava component onto the design workspace.
  2. Double-click the component to display its Basic settings.
  3. In the Code field, enter System.out.println("------- A Product is Updated.--" + new java.util.Date());.
  4. Save your Job and deploy it to the MDM Server.

Results

For further information about the tJava component, see tJava.

For further information about how to deploy a Job onto the MDM Server, see the Talend Studio User Guide.