Skip to main content Skip to complementary content

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

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 Talend MDM Server.

Results

For further information about the tJava component, see tJava.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!