cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Folks,

Here i am facing a problem regarding the mapping in XI. i just like to know whether my requirement is possible in message mapping or not.

my requirement is -


i am having 5 fields under one node on the sender side and 5 fields under one node on other receiver.

its a simple one to one mapping.

the specific condition is that i need to create an element on the receiver side when it is getting some value from the sender side... else the receiver element is not to be created.

even i tried with the mapping as

Sender--->exists--->createif--


> receiver.

but it is not passing the value to the receiver element.

the condition is based on the value......

if we get the value to an element on the sender side then that particuler element on the receiver side need to be created . else dont wnat to create the element at all on the receiver side .

please help me ......

Regards,

Sridhar Dasari.

0 Likes
View Entire Topic
Former Member
0 Likes

Yes it is possible according to your question.

Do like this.

use, Equals, constant, NOT, If without else in your mapping

Sender ---> If not equals (empty cosntant or specific value with u what) ---> then map ---> sender -


> Target

Regards,

Sarvesh