Hi there,
I am a custom order export routine and would like to mark orders as exported after the export routine has run. Can I use the OrderIsExported field or should I create my own? Would Dynamicweb ever update this field on its own?
Thanks,
Imar
Hi there,
I am a custom order export routine and would like to mark orders as exported after the export routine has run. Can I use the OrderIsExported field or should I create my own? Would Dynamicweb ever update this field on its own?
Thanks,
Imar
You can use that field. We use it in our version of the integration framework, so if you do not use that, there are no problems using that field.
Great, thanks.
Imar
Follow up question: is there any place in the UI where this field shows up? Customer would like to see which orders have been imported and which ones haven't (yet).
Imar
No, it is not, but will be on the misc. tab as of 8.6, TFS#16500
Thanks!
Imar
I've seen the new field in 8.6. Thanks! Any chance this can be backported to the 8.5 branch? Customer would love to have this field as they are having some issues with their integration code but we're not ready to jump to 8.6 yet.
Imar
If you are nice and kind!
I've asked to get it backported.
Dear Nicolai,
I would be delighted, and so will my customer, if you could please add this field to the 8.5 branch. I'll buy you beers next week in Arhus! ;-)
Imar
Hi Nicolai,
When this came out I checked the field and it was there. However, upon further investigation it seems the field's value is always false. I did some debugging and found out that the route taken by UCOrderEdit that displays the data never fills this field. The code ultimately calls this method:
private void Fill(IDataReader DataReader)
which never reads OrderIsExported from the database. It's little brother:
private void Fill(DataRow dataRow)
does load this field so it looks like an oversight in the method that loads from a DataReader.
Can this be fixed please?
Imar
Did you ever buy those beers?
I've sent the issue for a fix. Still a port to 8.5?
>> Did you ever buy those beers?
I ordered them online but since OrderIsExported was never set, it never reached the warehouse ;-) But remind me about this next time I am in DK and I'll correct this. Or come over to the Netherlands or LA and I'll buy you dinner.
>> Still a port to 8.5?
Not for me anymore; we upgraded to 8.6 in the meantime.
Thanks,
Imar
Ah, must have been a Russian piece of code then - they have an export embargo on EU... :-)
Looking forward to Diner crawl @LA
Cheers, Nicolai
Hi Imar
We slept, and I got the fix for this bug back already (Thank you Vladimir), TFS#17275 scheduled for the next 8.6.1.6 hotfix due this week.
BR Nicolai
Great, thanks.
Imar
You must be logged in to post in the forum