Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Event Management in MDM

I am trying to do a update trigger operation in MDM.

The scenario is, In MDM, I have data model and a field named PVC_MSRP, whenever for any record if the value is more than 10 lakhs, i have to update STATUS field in the same datamodel to "YES".
Without using TOS i have to do the same. That's important, so that i could cover the Trigger and call job process in Talend

I am succeeded in creating the trigger but the subsequent process, i am really messed up with.. I have tried "PartialUpdate" plugin in a process but endup in nothing big. The foremost thing, Talend website or any other documentation didnt cover this Process call and the various plugin which i sense is one of the important features in Talend MDM. The wiki's documentation regd. calljob is also not sufficient. If any document is available, kindly do share with us.

This is critical for my POC Submission in Event management area.

this is the update report.
<Update>
<UserName>user</UserName>
<Source>genericUI</Source>
<TimeInMillis>1274953627825</TimeInMillis>
<OperationType>UPDATE</OperationType>
<RevisionID/>
<DataCluster>ABC_Prod</DataCluster>
<DataModel>ABC_Prod</DataModel>
<Concept>ABC_Prod</Concept>
<Key>111112.2009</Key>
<Item> <path>/ABC_Prod/PVC_MSRP</path> <oldValue>97972.00</oldValue> <newValue>1000000.00</newValue>
</Item>
</Update>


Could anyone help on the same
Labels (2)
1 Reply
Anonymous
Not applicable
Author

If you don't want to use a TOS job, the "partial update" process plug-in is indeed the way to go. I posted the documentation on Talend's Wiki, I hope it will help you: http://talendforge.org/wiki/doku.php?id=mdm0683p000009MAB6.pngrocessplugins#partial_update