cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass New or Update values from Source to Target system

rajan_s
Participant
0 Kudos

I wanted to pass New or Update value from Source to Target system in message mapping. If the value is new it will turn on Y flag and if it is update of other fields then the it will turn on N flag and return blank value to a particular field in Target system. Is it possible in XI. How can I do this? Can anybody give step by step?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Is it possible in XI. How can I do this?

yes it is in some systems

you can query the target system (lookup)

to check if the values are new or updated

and if so return the Y and N flags to the XI then

you can finish the mapping

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

rajan_s
Participant
0 Kudos

>>>you can query the target system (lookup)

to check if the values are new or updated

How do I query the target system (lookup)?

Does that mean creating CREATEIF or IF without ELSE in message mapping? Do I create a new field in Source and Target systems?

Answers (0)