Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
No history of order in Customer Experience Center
Hello, I have a DW solution running Swift with a connection to BC set up. I can place an order as a customer and see that order in the list of " My Orders" in the Customer Center. However, I do not see any of the historic orders (invoices). ...
Justin Sjouw
17/01/2022 11:21:58
Last post: 16/03/2022 09:21:05
Getting value for Job.LastSuccessfulRun
Hi there, I looked at the implementation of Job.LastSuccessfulRun and found this code (decompiled): public DateTime? LastSuccessfulRun { get { if (Job._logFiles.Value.Any<FileInfo>()) { Regex dataIntegrationLogFilePattern = new Regex(Regex.Esca ...
Imar Spaanjaars
15/03/2022 11:36:45
Last post: 15/03/2022 15:59:37
Endpoints at OnPremise BC
Hi, We have an OnPremise Bussines Central. The documentation for OnPremise BC (https://doc.dynamicweb.com/turnkey-solutions/b2b-ecommerce-for-business-central/installation/5-a-configuring-live-and-batch-integration-framework-on-prem) configures the i ...
Tomas Gomez
10/03/2022 12:25:55
Last post: 15/03/2022 09:58:00
Use a different field from BC when requesting Live Stock
Hi, On a DynamicWeb 9.12.7 with latest Swift solution connected to Business Central I need to change the way the Live Integration handles stock. By Default the field (in dutch) "Voorraad" is used, but the actual available stock at this mome ...
Justin Sjouw
07/03/2022 12:25:56
Last post: 09/03/2022 21:42:04
Live Integration Prices in different Currencies
Hello, I have a solution with several languages. In English alle seems to work fine, products are shown and the prices are requested via the Live Integration. In any other language than english no prices are shown. When I check the LiveIntegration lo ...
Justin Sjouw
07/03/2022 10:07:06
Last post: 07/03/2022 13:58:56
Extension for NAV2018 similar to Business Central
Hello, I need to instruct an ERP Partner to add some additional product data. Is the documentation for Business Central (https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/extensibility/extending-the-microsoft-dynamics-365 ...
Justin Sjouw
01/03/2022 12:08:18
Last post: 07/03/2022 12:37:14
Integration Framework test tool with support for OAuth?
Hey, Any news on a test tool that supports OAuth? I can understand from our ERP partners that support for basic authentication is being discontinued soon, so it would be very helpful to have support for OAuth in the test tool. Thanks, Jonas ...
Jonas Krarup Dam
28/02/2022 10:56:29
Last post: 01/03/2022 12:57:03
User Import with Addresses
Hi, I have setup Integration Batch import for importing users and addresses from NAV. it imports users and addresses correctly but when an addresses is updated in NAV e.g. Phone number or company name then dw creates a new record for it instead of up ...
Umar Farooq
28/02/2022 15:37:32
Last post: 28/02/2022 21:22:39
Import products to create new language versions
Hi I'm want to replicate all products of one language (LANG2) into another language. Therefore I have setup an integration where both source and destination is "Ecom Provider". On the table mapping for EcomProducts I have added a condit ...
Lars Larsen
21/02/2022 13:11:09
Last post: 25/02/2022 07:51:05
Translating BC languages to DW languages
Hello forum, - I'm getting all the units from a on-prem BC (<GetEcomData><tables><Units type="all" /></tables></GetEcomData>), but I'm getting data with BC language like DAN, ENG DEU etc. which somehow  ...
Michael Knudsen
22/02/2022 09:47:01
Last post: 22/02/2022 11:38:11
AreaEcomShopId not found in Area settings
Hi guys, I have a project running on DW 9.12.x. We see a lot of these messages in the log: AreaEcomShopId not found in Area settings Everything seems to be set up correctly. Anything I have to be concerned about? Is there any way I can get rid of thi ...
Adrian Ursu
03/02/2022 13:55:15
Last post: 21/02/2022 12:18:02
Error running batch job
Hi there, I upgraded a solution to 9.12.4 and now I get this when running an integration task: License error: eCom_DataIntegrationERPBatch_BC module is not installed It's a normal Import data with custom request add-in and we're not using BC  ...
Imar Spaanjaars
25/11/2021 16:37:54
Last post: 21/02/2022 08:47:23
Inverting a boolean value during import
Hi, What would be the best (and easiest ;-)) way to invert a value during import. In the source data there is a boolen Field X, if field X = true then in DynamicWeb the field "Never out of stock" should be false. if field X = false then in  ...
Justin Sjouw
16/02/2022 17:30:04
Last post: 18/02/2022 15:48:37
ProductEAN from BC
Can anyone please tell me which field in BC ProductEAN is fetching the information from? ...
Martin Moen
20/01/2022 15:48:55
Last post: 18/02/2022 10:59:05
Update user with imported data
Hello, I'm trying to achieve a scenario where a user can register himself via the frontend with the extranet app, and when the user is added to NAV the data should be updated with the correct customer ID. User registration via the extranet app wo ...
Justin Sjouw
15/02/2022 16:55:08
Last post: 16/02/2022 08:43:15
Missing session in LiveIntegration when running as scheduled task
We are having issues with resending failed orders with a scheduled task. The session in the OrderHandler is null: It has happended after we upgraded from 9.10.xx to 9.12.7. Any help? Thanks! ...
Vincent Gercke
27/01/2022 13:06:15
Last post: 15/02/2022 08:55:34
GLS Track Trace
Hi When you have GLS as Shipping provider, and you Creat shipping documents, DW creats a .csv file in a specified folder, that then gets DL to Uni-Connect by a FTP program, and then Uni-Connect get a packets number from GLS and last print it out. (th ...
Thomas Jensen
06/06/2019 15:22:18
Last post: 14/02/2022 13:39:55
Integration Framework Batch vs Scheduled Tasks
Hi There, Just looking for some clarification so I fully understand. In the documenation here: https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/batch-integration is is stated that "Scheduled tasks are also used outs ...
Justin Sjouw
11/02/2022 11:00:49
Last post: 11/02/2022 18:15:34
AccessUserEmail from Company instead of contact
Hello, I have a BC setup with customers that have multiple contacts. When I generate a XML with the test tool for this request: <GetEcomData><tables><Customers type="all" /></tables></GetEcomData> The XML conta ...
Justin Sjouw
10/02/2022 15:12:04
Last post: 10/02/2022 15:27:28
Live integration performance issue - huge number of variants
Hi, We are having an issue related to live integration when using combined products with a huge number of variants. Basically on the product list we only show master products (no variants), however the live integration is getting the live data of all ...
Ricardo Pereira
04/02/2022 12:34:57
Last post: 09/02/2022 11:27:45