Developer forum
Subject
Replies
Started by
Last reply
Integration activity - converting text to double
Hi, Issue: how to convert text to double in an integration activity DW10 - XML provider > DW provider ---- In my source XML I have values like this: <column columnName="MultipleQty"><![CDATA[12.00]]></column> I want to ...
Davy Capiau
28/07/2025 15:34:43
Last post: 28/07/2025 16:42:31
Handling Large XML Feed for EasyCatalog
We’ve been running a multilingual XML feed from Dynamicweb 10 to EasyCatalog for quite some time. It has always worked well, but recently the feed has grown so large that it now takes over 2 hours to fully load. This has made live triggering by ...
Jelle Deridder
16/07/2025 17:14:07
Last post: 25/07/2025 08:59:23
'No file' for integration activity monitoring
Hi, I've created some integration activities with a scheduled task. When the task triggers and there is no source file at the moment, it gets flagged as 'failed'. This is annoying for monitoring. Is there a way to flag it as 'skipped ...
Davy Capiau
14/07/2025 15:37:56
Last post: 15/07/2025 10:24:32
DW10 - import to items
Hi, don't know if this is the right forum to ask... I wanna import a list of data via excel to a new item setup in DW10. But how to do that? Do we have a description of this procedure or can any of you guys direct me in the right direction. Thanx ...
NC
25/06/2025 22:59:33
Last post: 14/07/2025 11:31:48
BC integration ProductPrices with salesType="Customer"
Hi, Why do the prices differ in the response from BC for the requests below? Request for ProductPrice for customer number 104745: <GetEcomData><tables><ProductPrices type="all" salesType="Customer" salesCode="1 ...
Peter Krusell
07/07/2025 11:41:33
Last post: 09/07/2025 09:11:43
Setup blueprint with Business Central Cloud
Hi guys, I am trying to set up an integration with Business Central cloud. I have read the documentation and (I believe) I have managed to set up the right Authentication (OAuth 2.0 Service to Service).The Dynamicweb Scode unit/App is installed in Bu ...
Adrian Ursu
07/07/2025 09:31:08
Last post: 07/07/2025 11:17:12
Log date and time format in Live Integration
Hi there, In Live Integration, the log format in Logger.cs is defined as follows: private static readonly string DateTimeFormat = "MM/dd/yyyy hh:mm:ss.fff tt"; That looks OK on most machines but breaks somewhat on cultures like Dutch or Ger ...
Imar Spaanjaars
02/07/2025 11:18:50
Last post: 03/07/2025 09:12:30
Bug in order filtering for QueuedOrdersSyncScheduledTask
Hi there, It seems that the scheduled task QueuedOrdersSyncScheduledTask doesn't take the "Finished for X minutes" setting into account appropriately. I tracked it down to an issue in OrderRepository line 1311. The scheduled task sets u ...
Imar Spaanjaars
02/07/2025 09:34:48
Last post: 02/07/2025 13:41:01
BC code unit language change
Hi , Setup: DW10 - BC code unit Issue: When retrieving product information in an additional language via a batch integration request, I need to use the language code defined in BC (e.g., "FRB"). However, in DW, the corresponding code is dif ...
Davy Capiau
24/06/2025 16:11:30
Last post: 25/06/2025 09:28:26
DW10 live integration general question
Hi, I am trying to research how DW10 liveintegration works in regards to prices and the new BC pricestructure and json. Are you retriving prices based on the same approach as before, where you had your own logic that determines the price returned. An ...
Jan Sangill
23/06/2025 08:30:00
Last post: 23/06/2025 11:14:00
Custom db table missing from destination options
Hi, I made at custom table in DB. Then a activity with source provider "OData provider" and destination provider "SQL provider. When trying to add a mapping the custom table is not shown in the UI as a destination option. Do I need to ...
Kim Søjborg Pedersen
11/06/2025 14:14:27
Last post: 11/06/2025 15:18:24
Live integration email error notification causes deadlock
Hey, we've had problems on a customers website, where the email notification functionality caused a deadlock on read/write to the logfile. I found out by making a memory dump of the process, where it said that 39 threads where waiting for one spe ...
Jonas Krarup Dam
28/05/2025 14:56:53
Last post: 03/06/2025 13:45:32
Language versions of product disabled after DW provider import
Hi, DW v We're importing products via the DW provider for 3 languages. We also have 2 other languages that are not in the import. When running the provider in the Ecomproducts table, the 2 languages that are not included in the import are deactiv ...
Davy Capiau
23/05/2025 16:53:26
Last post: 28/05/2025 11:00:02
Populate ProductInfo LiveIntegration with custom data from ERP
Hi, Previously we used a custom project for LiveIntegration. As we upgraded to newest DW 9 - we use this version directly in DW9. We have an issue here, where the ERP is sending QuantatyPrices along like this: <table tableName="EcomProducts&q ...
Jan Sangill
22/05/2025 11:28:36
Last post: 23/05/2025 14:55:09
Import Job failed: FOREIGN KEY constraint DW_FK_EcomOrderLines_EcomOrders
Hello, We have an integration job from BC for Sales orders header and Lines. The job fails with this error below. Could anyone help identify why? Import job failed: failed to move data from temporary table [dbo.EcomOrderLinesTempTableForBulkImport1] ...
Michael Sedlock
22/05/2025 22:13:06
Last post: 23/05/2025 08:32:59
Better error handling for OData Provider
Hi there, We use the OData Provider to synchronize orders from DynamicWeb to BC. However, we run into issues from time to time with the setup. Because with BC OData we need to use the V2 and V4 end points, and because we need to send separate entitie ...
Imar Spaanjaars
12/05/2025 17:08:00
Last post: 22/05/2025 10:08:52
Best Practices for Attribute Mapping in Multilingual Integrations
Hi everyone, I have a question about integration activities with the DW provider in a multilingual environment. If I create an integration activity that updates an attribute managed in the main language (LANG1), and there are two languages activated ...
Davy Capiau
19/05/2025 09:29:04
Last post: 20/05/2025 08:17:28
DW10 - SecuredFolder
In DW9 we had the option to create a SecuredFolder, but how do we do the same in DW10? Instructions seems missing in the docs. PS. Dunno if this question belongs to Integration forum, otherwise please move it a more relavant forum area. Br. Michael K ...
Michael Knudsen
08/05/2025 16:10:08
Last post: 12/05/2025 15:50:40
"Create product" in PIM fails if EcomProducts has row with ProductID=""
Hey, I know this is a "you fucked up, you get to suffer" error, but a check or a more informative error would be helpful :-) basically, if a product with productID="" exists, any time you try to create a new product, this product ...
Jonas Krarup Dam
05/05/2025 18:04:59
No replies yet
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: 24/04/2025 16:26:16