cancel
Showing results for 
Search instead for 
Did you mean: 

Multimapping

Former Member
0 Kudos

Is this possible but mapping a new message for every occurence of a record structure.

So basically my source structure is

Recordset <0....unbounded>

Field <1>

My Target is

Targetset <1>

Field <1>

In the message tab I have set the target message to <0...Unbounded>

So does this mean that it will create a new message for every occurence of Recordset?

Or do I have to do more configuration?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

maybe also this blog can help you:

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Hope this help

Francesco

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

You have to create the new message for every occurence of a record structure.

This means you want to control the occurence of message by field Recordset.

<b>Simply map "the recordset" to "the message" in the mapping. </b>

Go to test tab and test your mapping you will have message for every occurence of record set.

Let me know if you need anything else.

Thanking you

Piyush

Former Member
0 Kudos

OK so are you saying that it is possible....

So every time recordset occurs in the source file then an individual separate message will be generated for the receiver?

SO for example..

<b>Source</b>

Recordset

field

Recordset

field

Recordset

field

Recordset

field

<b>

Target</b>

message1

Targetset <1>

Field <1>

message 2

Targetset <1>

Field <1>

message 3

Targetset <1>

Field <1>

etc.....

Former Member
0 Kudos

Yes it is possible.

---Satish

Former Member
0 Kudos