cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple message mapping

Former Member
0 Kudos

Experts,

I have a scenario where in I need to split a message and send it to different targets(A & B)  using two different mappings. But the issue is I can have data only for system A or only for system B or it can be for both. How can I handle the first two scenarios?

Cheers.

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Ravi,

It is possible.

If you are using ICO, add two receiver systems in Receiver tab (then add corresponding mapping in Receiver Interface tab and so on).

If you are using Receiver Determination, add two receivers (then create two Interface Determinations and two Receiver Agreements).

Answers (1)

Answers (1)

itabhishek9
Participant
0 Kudos

Hi Ravi,

You can also use multi mapping here.

As you have scenario where data can be for A or B or both, you can select the cardinality in message mapping and operation mapping (signature tab) as 0..1.

Then you can have 1 Receiver determination (include both the receivers), 1 interface determination and 2 receiver agreements.

Regards,

Abhi