You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
When creating a Trigger I have the option to pass the MDM Record to the job via a variable or Integrated. I do know about the first one, but what about Integrated? If I want to execute a job via a trigger and choose Integrated, how does the job have to be configured? Do I have to create a variable of a special name in the job or what exactly has to be done?
Thanks,
Diddy
Offline

Hi diddy,
Until tMDMTriggerInput, MDM created an “exchange” message and passed it to the job through a context variable, usually called “xmlInput”.
No more context variable is required with the 'Integrated' method. MDM passes the exchange message transparently to the job. This is passed as a DOM Document so it's possible to use tXMLMap to extract elements.
Regards,
Cyril.
Offline

Hi Cyril,
Many thanks for the reply. So what exactly do I specify in the tMDMReceive component as XMLRecord?
Thanks,
Diddy
Offline
Pages: 1