Developer forum

Forum » Integration » BC Live order integration

BC Live order integration

Magnus Holmberg
Reply

Hi,

Is there any documentation where fields from dynamicweb orders ends up in BC?

And is it possbile to map the fields in BC without using some sort of extension?

 

Best regards
Magnus


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Magnus,
the custom fields from BC Sales lines or Sales Header can be mapped to the response xmls from the BC.
It is not possible to map custom fields from request to BC Sales Header or Sales Lines automatically, so you need to have an extension for that, there is an example of how it can be done for the products. Also there is a sample project with all available custom events you can subscribe to here.
BR, Dmitrij

 
Magnus Holmberg
Reply

Hi Dmitriy,

So if we would like to re-map an existing field in live order integration from dynamicweb for example OrderReference <column columnName="OrderReference">test</column> and map it to like Exterrnal documentnumber (or any other field) in BC we have to extend the dynamicweb plug-in unit using Al programming, is that correct? Or which way is best to go here?

My second  question is if there exists any documentation regarding how the live order integration order fields is mapped between Dynamicweb and BC?

BR, Magnus

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Magnus,
yes, you can use the DynamicwebOrdersPublisher :: OnBeforeUpdateSalesHeader notification subscriber for that need. 
The mappings are described here:
sales header
and
sales line.
BR, Dmitrij

 
Magnus Holmberg
Reply

Hi,

The documentation says "STANDARD NAV 2009 R2 MAPPING" is it the same for BC?

I also missing some fields mapped in the current orderintegration, we are sending "OrderReference" which I can not find in the documentation
this field ends up in "Your reference". Are you sure that this documentation shows every mapped field for the Live order integration with BC Dynamicweb plugin unit?

We would like to insert data to Extern document No, in BC and also set who made the order in DW with the KT-number if. Is this possible or as you said do we need to extend the plugin unit?

BR, Magnus

 

You must be logged in to post in the forum