Skip to Content
0
Apr 28, 2009 at 07:59 AM

Exits

75 Views

Hi,

My source structure is like this .....

GoodsInevent

ProductInventoryContainer

GoodsInEventItem(0...unbounbed)

SerialItem(0..unbounded)

SourceType

it is in same level of the GoodsInevent

Target Structure.

Transactions

GoodsMovement

Items( 1...1)

SupplierId(1)

Here my problem is if serialitem exits or not I need to create Item level in target structure.

here source type is mapped to SupplierId . Even if serialItem exits or not it should me mapped to item.

I am facing problem while serialitem doesn't exist . How to do mapping in this case

Thanks in Adavance