Developer forum

Forum » Integration » Dynamicweb information on NAV/BC order

Dynamicweb information on NAV/BC order

Martin Grønbekk Moen
Martin Grønbekk Moen
Reply

I'm wondering if this information is stored on the order in NAV/BC through the plugin/codeunit, or if it has to be extended.

  • OrderTransactionId (Ex. DIBS/NETS transaction id)
  • OrderId (Ex. Dynamicweb order id)

We would also like to know how it is possible to separate Dynamicweb orders from normal orders in NAV/BC.


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Martin,
no, this information is not stored on the NAV/BC order, so it needs to be extended.
The Dynamicweb OrderId value is sent to NAV/BC but it is not stored on the NAV/BC order.
Once the order is created in NAV/BC its NAV/BC sales header number is sent back to Dynamicweb and stored in the OrderIntegrationOrderId column.

There is no identification that this is the Dynamicweb order in NAV/BC. You can do that once you extend the NAV/BC with custom Dynamicweb OrderId field.
Or you can use the Live integration "ERP controls shipping calculations" option and use/provide not blank the "ERP shipping item key" and send some value not equal to zero in the OrderShippingFee then you can filter the NAV/BC orders by finding the order order lines with Item charge assignment set to "ERP shipping item key".

Kind regards, Dmitrij

Votes for this answer: 1
 
Martin Grønbekk Moen
Martin Grønbekk Moen
Reply

Thanks, we will have to make an extension then. Was hoping this was standard functionality :(

 

You must be logged in to post in the forum