Developer forum

Forum » Dynamicweb 10 » Export order jobs interference

Export order jobs interference

Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi guys,
I have a project where I have multiple Shops and I set multiple ExportOrder jobs using OrderProvider.
One of the jobs is supposed to export only not exported order. It is set like this:

And inside the mapping, it is set to filter by shop:

This all works well, we get the order we were supposed to get.

However, another export, for another shop, using the same Orderprovider but without any filters, only gets the output of the above (filtered) Export job. meaning only SHOP35.
This export is only exporting the OrderLines.
The Orderlines schema does not include a ShopId.
Why do we have this interference? Is it a bug or a misconfiguration?

Thank you,
Adrian


 

 


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Adrian,
not sure what is exactly the problem. The conditions should work in the same way if you export the Orders or OrderLines (all Order columns are available for selection).
Could you provide more details or send me the two job xml files to compare? Does it mean that for the OrderLines it ignores the second condition?
BR, Dmitrij

 

You must be logged in to post in the forum