Index: APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml =================================================================== diff -u -r35195 -r35208 --- APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml (.../DataVerzamelaar.cls.xml) (revision 35195) +++ APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml (.../DataVerzamelaar.cls.xml) (revision 35208) @@ -18,14 +18,19 @@ 1 + +DOM.AKP.ToeleveringAPI + + -ProductAPI:DOM.PM.ProductAPI +ProductAPI:DOM.PM.ProductAPI,ToeleveringAPI:DOM.AKP.ToeleveringAPI 1 1 %Status 1 @@ -70,6 +75,7 @@ Set Toelevering.ToeleveringHeader.CustomerNumberForInvoice = $Extract(BLExportLijn,12,17) Set Toelevering.ToeleveringHeader.CustomerOrderReference = $$$Trim($Extract(BLExportLijn,20,31)) Set Toelevering.ToeleveringHeader.CustomerOrderEntryDate = $Extract(BLExportLijn,54,59) + Quit Toelevering ]]> @@ -86,24 +92,51 @@ Set ToeleveringDetail.NetPrice = $Extract(BLExportLijn,35,44) Set ToeleveringDetail.PriceDimension = $Extract(BLExportLijn,45,45) Set ToeleveringDetail.DeliveryDateAxBUA = $Extract(BLExportLijn,46,51) - Set ToeleveringDetail.ProductData = ..GeefProductData(ToeleveringDetail.IdentNumberSupplierBAU) + Set ToeleveringDetail.ProductIdentificationCustomer = ..GeefLVHProductNummer(ToeleveringDetail.OrderLineIdentificationCustomer, BLExportLijn) + Set ToeleveringDetail.ProductData = ..GeefProductData(ToeleveringDetail.ProductIdentificationCustomer) Quit ToeleveringDetail ]]> -ProductID:%String +ProductID:%String="" 1 APPS.EDIExport.AankoopOrder.BLUM.dto.ProductData + + +OrderLineIdentificationCustomer:%String,BLExportLijn:%String +1 +%String + +