cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping User Defined Fields

Former Member
0 Kudos

Hi,

I need to perform a Message Mapping between a MATMAS IDcoc and an External Message (imported by an XSD). Here is the situation:

<b>MATMAS</b>

+SEGMENT_NODE [0..1]

- FIELD1 [0..1]

- FIELD2 [0..1]

...

- FIELDN [0..1]

<b>XSD</b>

+ITEM_UDEFS [0..1]

+USER_DEF_FIELD [0..unbounded]

- Name [Required]

I want to have one USER_DEF_FIELD value for one FIELDi. Hope it's clear.

How to realize this mapping??

Thank you to all. Regards,

Gianluca Barile

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

does the standard function "useOneAsMany" fulfill your needs?

Regards

Dominic

Former Member
0 Kudos

Hi Dominic,

thank you but the function useOneAsMany doesn't work for me.

I've solved by using duplcate Subtree function on the target node N times and map the N subtree.

Regards,

Gianluca Barile

henrique_pinto
Active Contributor
0 Kudos

Hey Gianluca,

that is exactly how it should be done in this case.

Regards,

Henrique.