Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
Error: Object reference not set to an instance of an object. - Ecomprovider: Product import - DW10
Hi, When trying to import a very simple file in the EcomProducts table with the Ecomprovider via the ExcelProvider. I get the error "Object reference not set to an instance of an object. ". I've tried: - making a very simple file (attac ...
Davy Capiau
12/04/2024 16:00:52
Last post: 16/04/2024 09:38:05
FieldPresentationType use
Hi team, I'm importing attributes and I came across the header 'FieldPresentationType' in table 'EcomProductCategoryField'. When I look to the documentation it tells me it's one the values below, if not you can leave empty (so ...
Davy Capiau
10/04/2024 14:32:06
No replies yet
Set custom field before product info request is sent
I would like to temporarily set a product field whenever a request is sent to ERP to get product information. I do not want the field to be saved, it is a dynamic value which depends on the customer and context. I tried something like this, but I fee ...
Martin Moen
10/04/2024 08:44:43
Last post: 10/04/2024 11:19:25
LiveIntegration when order is sumitted, then price is wrong in DW and receipt on orderline
Hi, I have an issue with live integration and my shop. It seems the creation of an order sets the standard price for an orderline, and not the discountet price from BC. Discounts are handled by BC. I can see in my log that what is sent to the BC is & ...
Jan Sangill
16/02/2024 14:23:50
Last post: 08/04/2024 09:25:14
LiveIntegration - removing lines of type Fixed
Hi, We noticed that ProcessOrderLines method in OrderHandler.cs is not handling fixed orderlines (OrderLineType == "2") which ends removing them. This prevents custom fees from added to the order, ending in order total mismatch. Can this be ...
Mario Santos
05/04/2024 11:50:25
Last post: 05/04/2024 14:00:23
Liveintegration - ERP controls shipping calculations
Hi, We have setup in Dynamicweb to let BC controll the shipping fee calculactions. How do we explain to the ERP partner how they need to setup it on the BC side to return shipping fee? I have looked through doc site but cant find documentation. ...
Magnus Holmberg
22/03/2024 10:50:43
Last post: 28/03/2024 15:59:34
URL handlers with multiple sites and submitting an order from the backend
Hi there, I have multiple live integration connections set up like this: http://1.2.3.4:9090/DynamicwebService_Company1_Test;User.AccessUser_ErpConnectionSource;Company1 http://1.2.3.4:9090/DynamicwebService_Company2_Test;User.AccessUser_ErpConnectio ...
Imar Spaanjaars
10/03/2024 17:01:29
Last post: 25/03/2024 14:12:38
Update order with 'shipped quantity'
Hi, In our project (DW10, SWIFT & NAV '13) we would like to update orderlines with the 'amount shipped'. Flow: 1. Order placed on DW 2. Order created in NAV 3. Order partially shipped in NAV 4. Orderline in DW gets updated with 'a ...
Davy Capiau
25/03/2024 13:45:02
No replies yet
Invoice payment status - customer live center
Hi, We're working with the code unit of NAV and the customer live integration. We want to show the payment status (paid/not paid) in the invoice overview. I know it's not possible by default, but is there any way to achieve this? Ideally with ...
Davy Capiau
12/01/2024 11:38:01
Last post: 25/03/2024 13:20:22
Changes in Destination Table Results in Slow Performance in Data Integration Job
I am noticing that if changes are being made to the destination table in a data integration job (i.e. adding, renaming, or removing fields) it is causing significant performance issues. This seems to happen even though the fields are being updated in ...
Byron Head
22/03/2024 16:18:45
Last post: 22/03/2024 16:30:03
Live Integration and custom Shipping Provider
I have a customer where the shipping options are dependent on the items in the cart. This means that even though the the shipping fee is calculated by the ERP (BC), we have created a shipping provider to let the user have access to the different deli ...
Lars Bo Wassini
12/02/2024 11:17:00
Last post: 14/03/2024 16:27:06
Update stock in multi-language site
Hi there, What's the recommended approach to import stock across multiple languages? I have products in 5 languages but they should all share the same stock level. My source data looks like this: <item table="EcomProducts"> <co ...
Imar Spaanjaars
26/10/2021 10:46:43
Last post: 13/03/2024 12:05:28
Azure AD backend/fronten
Hi, The customer would like to be able to be logged in both in frontend and backend using Azure AD Autrhentication. I mean without having to log in again when switching to backend from frontend? Is it possible somehow? https://doc.dynamicweb.com/docu ...
Aki Ruuskanen
04/03/2024 14:56:46
Last post: 06/03/2024 12:23:07
Import contacts from BC that are not associated with a customer
Hi, We have a case where we need to import contacts from BC that are not associated with a customer. However, it seems that calling BC with Request 1 will only return contacts that are associated with a customer. Is it possible to extend the list ret ...
Roald Haahr
23/02/2024 10:50:52
Last post: 05/03/2024 13:24:18
Sync multiple Units of measure on products from BC
Hi friends, When a client has multiple Units of measure defined on some of their products in BC, is there a way to query / request the data needed to populate the necessary parts of product data in DW for the Swift unit selector to work on these prod ...
Peter Krusell
23/02/2024 11:37:43
No replies yet
Error loading custom table with varbinary (blob) datatype in SQL Server
I created a data integration job to pull product image files from AX into a custom table in SQL Server. The source is XML and the destination is the DynamicWeb Provider. The custom table has three columns that correspond with the three columns in my  ...
Byron Head
21/02/2024 21:19:21
Last post: 21/02/2024 22:19:34
When is the ShippingMethodCode sent to ERP in LiveIntegrations?
Hi guys, I have a project that is integrated with BC. We have defined a couple of ShippingMethods in DW, according to the definitions and codes in BC. On the carts, I see that the value for ShippingMethodCode is saved correctly on the order. But I do ...
Adrian Ursu
21/02/2024 09:47:26
Last post: 21/02/2024 11:04:12
Integration: export orders - OrderTotalPrice is always 0
Hi, We're using the default Export Orders functionality in DW9.16.3 to generate the order XML. Problem: When exporting ordes with Price Discount rules applied, there is no 'price before discount' in the XML. I assume the value should be i ...
Davy Capiau
13/02/2024 11:57:47
Last post: 19/02/2024 11:39:48
Find out if Live Integration is active
Hi there, I am building a custom price provider that runs on a site that can also have standard Live integration enabled. How do I go about testing if LI is enabled? I wanted to do what the LI subscribers do like this: protected static bool EnabledAn ...
Imar Spaanjaars
08/02/2024 17:29:11
Last post: 14/02/2024 09:34:30
Adding adapter breaks job
Hi there, Adding an adapter to an integration job breaks that job with an exception. Steps: 1. Open integration job 2. Click Add Adapter 3. Type a name and choose ConcatanateFieldsAdapter [sic] 4. Click Save and Close 5. Click Save and Close again 6. ...
Imar Spaanjaars
26/10/2023 22:07:23
Last post: 13/02/2024 21:00:35