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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Garr16
Contributor
Contributor

process-trigger

Hello,
I want to create a condition in talend MDM whether an item is created. if yes, display me a notification in talend MDM.
  I wonder how so take in talend MDM ?
is that someone has already treat this type of problem ?
thank you.
Labels (2)
5 Replies
Anonymous
Not applicable

Do you want a message that the record has been created successfully after YOU click save or do you want it even when other user do create it?
Garr16
Contributor
Contributor
Author

I want what another user has created .
  I have information in the fields of customer entity. when creating a new customer if the siren number of the customer is that I have a notification. I want to know how to do this ?
Anonymous
Not applicable

I am not sure i got what you want to do.. anyway you can always create a trigger that send a msg to you or another application based on certain conditions.
Garr16
Contributor
Contributor
Author

[color=#212121][font=Verdana, Arial, Helvetica, sans-serif] ok , I now understand that it is possible to use a trigger. I want to know , always the same question , how to retrieve the information foreclosures in the data container ? because the trigger must verify if the information foreclosures is the SIREN number field in the Customer entity.
thanks,
[/font][/color]
thank you,
Anonymous
Not applicable

sorry i dont get what you mean with foreclosures and siren.

Do you mean how do you get the info to fire the trigger?  .. create a trigger, take the update report data model and set the xpath for the field you are interested in. here an xml sample.


<report> <Update> <UserName>schilcher@gvl.de</UserName>



<Source>genericUI</Source>



<TimeInMillis>1470049048470</TimeInMillis>



<OperationType>UPDATE</OperationType>



<DataCluster>Beat17</DataCluster>



<DataModel>Beat17</DataModel>



<Concept>Catalog</Concept>



<Key>7096</Key>



<Item>



<path>en_description</path>



<oldValue>genre unkown</oldValue>



<newValue>genre unknown</newValue>



</Item>



<Item>



<path>sysname</path>



<oldValue>genre_unkown</oldValue>



<newValue>genre_unknown</newValue>



</Item>



<Item>



<path>en_label</path>



<oldValue>genre unkown</oldValue>



<newValue>genre unknown</newValue>



</Item>



</Update>



</report>