Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
bob17577
Contributor II
Contributor II

How to get MDM update report on data container

Hi there,

 

I am developing a trigger to monitor a few of elements/fields change of an entity, i.e. Customer, when any of these fields got updated, the trigger will send notification to a mailing list to show which fields are changed. I could get MDM_Message though tMDMTriggerINput, and use ReceiveMDM and tXMLMap to map all required monitored elements. But i need to get the UpdateReport, as shown in DataContainer in MDM perspective, to see which element is changed. is there any way to get this update report as XML using any components in Talend Open Studio?

 

I am using Tlaned MDM Platform 6.4

 

Thanks.

Bob

 

 

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

tMDMRouteRecord component is used to submit the primary key of an update report record to Event Manager so that a trigger is launched to call a Job which will print out the notification that a data record had been updated.

https://help.talend.com/reader/8V8GHrIHL06XAYekjNq0yw/UW49UXiokjrM394D3BbrXQ

Let us know if it is what you are looking for.

Best regards

Sabrina