Developer forum

Forum » Integration » EcomOrderCustomerComment not in XML request sent to AX

EcomOrderCustomerComment not in XML request sent to AX

Rene Poulsen
Reply

Hi,

We've got a customer with integration to their AX. Almost everything is working like a charm. The only thing we've got a problem with is the EcomOrderCustomerComment. This field is not present in the XML request sent to the AX. I can't figure out why.

Can someone please point me in the right direction or ask me the right questions? :-)


Replies

 
Jonas Krarup Dam
Reply
This post has been marked as an answer

Hi Rene,

I assume you are using the Integration Framework, and the LiveIntegration project/dll.

If you need to add exactly that field, you will have to add it in the OrderHandler.cs file, in the "BuildOrderRequest" method, in the LiveIntegration project and build your own version.

Alternatively, you can use an OrderCustomField instead - then you only have to check the "Include order fields" checkbox in the live integration configuration.

Regards, Jonas

 

Votes for this answer: 1
 
Rene Poulsen
Reply

Hi Jonas,

Thats exactly what I'm using.

I thought something in the setup was wrong, but if I just have to change the OrderHandler.cs file, I guess it's pretty simple.

Thanks for the reply :-)

 

You must be logged in to post in the forum