Developer forum
Subject
Replies
Started by
Last reply
Bulk save action on products - attribute value not saved to the frontend - Primary variant
Hi, Issue: When we import ProductLongDescription via the PIM Excel export - import the value is not rendered on the frontend. Details: The product is a Master from a family combination. The attribute is set to only be managed by the master. We need t ...
Davy Capiau
16/12/2024 16:03:14
Last post: 18/12/2024 08:10:00
Connect to completely custom ERP system
Hi there, What's the best practice to connect to a remote / custom ERP system these days? In the past I would inherit Connector like Dynamicweb.Ecommerce.Integration.Connectors.Nav did and then implement the ProcessRequest method. I would then co ...
Imar Spaanjaars
05/12/2024 19:59:22
Last post: 14/12/2024 16:50:01
DW10 with Dynamics 365 F&O
Hi, For 365 BC there is a tutorial available to setup up the plugin unit on DW10: https://doc.dynamicweb.dev/manual/tutorials/integration/plugin-unit-integration/bc-cloud.html Is there also such a installable plugin unit and tutorial for F&O avai ...
Jesse Bakker
13/12/2024 15:29:59
Last post: 13/12/2024 15:47:31
Customers type values in Navision request
Hi, Currently we're importing all contacts with the request below: <GetEcomData > <tables> <Customers type="all" importContacts="true"/> </tables> </GetEcomData> We want to limit the import to use ...
Davy Capiau
10/12/2024 12:58:00
Last post: 10/12/2024 16:22:39
Negative VAT
Hi there, I have a site running 9.18.1 and the latest live integration. DW is configured to calculate the discounts. I have set up a discount for 908 kr and configured it to include tax. When I add a product of 909 kr the disocunt is applied. I would ...
Imar Spaanjaars
05/12/2024 21:23:22
Last post: 06/12/2024 12:36:36
Live Prices based on unit with linediscount
Hi, We have a customer, whom have products which have different settings based on: 1) Unit (KG, PS, KRT etc) 2) Discount or not -> In this case linediscount We are calling the prices with liveintegration. The settings are as follows. For the recor ...
Marie Louise Veigert
19/11/2024 15:55:23
Last post: 04/12/2024 09:16:42
Stock location cache
Hi there, On a 9.18 solution I am importing stock into EcomStockUnit. That all works OK except that the backend doesn't show the correct numbers after import. It seems to be cache as I can get the correct numbers to show up when I: 1. Run the imp ...
Imar Spaanjaars
25/11/2024 09:39:27
Last post: 04/12/2024 09:00:53
Sort assets in asset category alphabetical by default
Hi, When importing assets; they will display in the order that they're imported by the engine. When going in the UI you can sort it manually alphabetical assc/desc. How can you force the alphabetical assc option? I can't find the reference in ...
Davy Capiau
02/12/2024 19:25:54
Last post: 03/12/2024 07:52:15
Live integration response XML is old / cached data
Hi, We recently switched our DW10-NAV connection from NAV-Staging to Production. However, when running the scheduled task, the XML still contains data from the staging environment. Interestingly, running the same request directly via the Integration ...
Davy Capiau
22/11/2024 16:01:00
Last post: 25/11/2024 08:34:22
Overview of Running data Integrations
Hi, We are utilizing the OData Provider to manage large data sets, which requires data integrations that run for extended periods. To improve monitoring and control, we intend to develop a Service Page that will list all data integration and schedule ...
Umar Farooq
07/11/2024 09:32:26
Last post: 22/11/2024 17:53:32
Order numbers created in NAV are not sequencial
Hi, We're using a DW10 with NAV code unit integration. Issue: when sequential orders are created in NAV, the numbering is not sequencial. It jumps in numbers. Example: VOR24/125172, VOR24/126402, 126402; etcc What we've discovered: in 1 minut ...
Davy Capiau
06/11/2024 11:55:20
Last post: 22/11/2024 16:23:32
Download Current XML on order in backend not picking up settings fields
Hi there, When downloading the Current XML for an order from the backend, the result is different from the standard order XML. I think it's because of this code: private void GetCurrentXml(Settings settings) { Order order = (Order)Ribbon.DataCont ...
Imar Spaanjaars
13/11/2024 13:30:01
Last post: 22/11/2024 08:45:16
Get primary image URL when exporting a product
Hi there, I have an EcomProducts to CSV export job. One of the columns I like to populate is a column with a link to the product's primary image in the format https://domain.com/images/whatever/here.jpg How can I do this? The product has small, m ...
Imar Spaanjaars
17/11/2024 12:21:27
Last post: 21/11/2024 12:36:04
Number conversion on custom fields
We are using a custom decimal field in the live integration, but it seems that this does not obey the "Number format culture" setting. This means that when the value of the field is transfered in US format - but without decimals, the result ...
Lars Bo Wassini
19/11/2024 12:50:31
Last post: 19/11/2024 17:50:15
Failing Data Integration jobs after update
We have updated a customer solution from 9.14.4 to 9.17.14, and after updating all data integration jobs fails with this error: Unfortunately this does not give much info on the root cause of the issue. We also tried on 9.18.0 but with the same error ...
Chris Søgaard
18/11/2024 13:56:51
Last post: 18/11/2024 20:27:35
Cannot access destination table 'EcomProductsTempTableForBulkImport1'
I am encountering an error on our UAT Keystone site (https://uat-krvc.mydwsitec.com/Admin/Default) in the data integration jobs that is causing inconsistent results in the data. Intermittently, although rather frequently, I am seeing errors like this ...
Jeremy Fesmire
15/11/2024 15:53:07
Last post: 15/11/2024 20:24:06
Normalizing NULL to an empty string
Hi there, It seems that when I export to a CSV, I am getting the text NULL for columns with null values: Is there a way around that? I suppose I could write a custom view that does it, but I am exporting from Ecomproducts so that would be a lot of co ...
Imar Spaanjaars
12/11/2024 13:19:34
Last post: 13/11/2024 13:21:23
Live stock lookup for anonymous users
Hi there, I have a LI setup where I want to use local prices. To accomplish that, I set "Live product info for anonymous users" to false in the Live Integration settings. However, it seems that this now also skips the stock check that uses ...
Imar Spaanjaars
05/11/2024 18:01:54
Last post: 12/11/2024 13:16:15
Cart calculation failed
Hi, The cart calculation is not complete. There is an order line that is not taken into account on the frontend. If we follow the checkout flow, the sales tax is not shown or calculated anywhere in the cart summary from Swift. This is calculated corr ...
Caro De Weze
15/10/2024 10:42:34
Last post: 07/11/2024 12:07:33
Tiered pricing with live integration
Hi, Our customer would like us to add tiered pricing with live integration; is that possible? For example: For 1 piece: Set the standard price, e.g., €10 per piece. For 2 pieces: Add a new pricing rule where the price is reduced, e.g., €18 ...
Caro De Weze
06/11/2024 08:42:33
Last post: 07/11/2024 09:39:05