Developer forum
Subject
Replies
Started by
Last reply
Issue with Live prices in product feed
Hi guys, I have a solution that was upgraded from 9.9.x to 9.13.x. On this solution, we have implemented a product feed (not the PIM one) that is using some logic (suggested by Dmitrij) to authenticate the user based on a property from URL. We are us ...
Adrian Ursu
19/05/2022 16:47:15
Last post: 22/06/2022 16:55:05
Integration framework - custom request using Endpoint Management and OAuth
Hi, Is there a simple way to send a custom request to BC using Endpoint Management and OAuth? We have live integration up and running, and need to send a custom request to the same endpoint that is used for this. How can I do this? Thanks, Jonas ...
Jonas Krarup Dam
25/04/2022 10:46:10
Last post: 25/04/2022 10:58:18
Credentials in Business Central
Hi, I have a question from an ERP partner: ----------------------------------- Kan vi få dynamic web til at bruge api, i stedet for personalizion. I kaldet for at få en token , skal vi have scope: https://api.businesscentral.dynamics.com/ ...
Jonas Krarup Dam
20/04/2022 09:40:50
Last post: 28/09/2022 14:25:07
LiveIntegration - ProductViewModel
Hi, some fields has been added into NAV GetProductinfo function and these fields has been sent from NAV to DW when ever this function is called. in the live integration module I have set include custom fields in request and i can see that these field ...
Umar Farooq
19/04/2022 15:58:24
Last post: 21/04/2022 14:10:53
Request CalculateOrder: Customer does not exist
Hi, I have an issue with a Bussiness Central integration from BC. There is an error for the request CalculeOrder when sending an order to BC (see attached dump) so orders are not sent to BC. The log says that "An error occurred processing the re ...
Tomas Gomez
12/04/2022 13:38:24
Last post: 21/04/2022 11:14:21
11
Subscribe
Importing sales prices and discounts from NAV
Hi, We want to import Sales Prices and Discounts from NAV. What is the best approach to import them all into DW? I found this on the documentation (https://doc.dynamicweb.com/documentation-9/integration/integration-framework-old-structure/requests-re ...
Ricardo Pereira
11/04/2022 12:56:23
Last post: 12/04/2022 21:04:24
Custom BaseLiveIntegrationAddIn not showing up as expected
I have added a custom class that extends BaseLiveIntegrationAddIn, but my addin shows up different than the default DynamicwebLiveIntegrationAddIn in the DW admin ui. I want to extend the BaseLiveIntegrationAddIn so that I can use a standardized plac ...
Espen Strømsnes
10/04/2022 21:18:57
Last post: 17/06/2022 10:15:25
Stock updated after purchase on BC
Hi, After finishing a purchase on frontend, some products correctly update their stock accordingly in frontend. That is, the updated stock is the original minus the number of purchased products. However some other products display a "Not availab ...
Tomas Gomez
06/04/2022 12:12:43
Last post: 07/04/2022 11:39:52
The NAV codeunit function that is used for StockLocationId- ConvertCodeToInt returns negative values that cannot be handled by DW admin
Hi, Another interesting one for NAV codeunit. This function that is used for StockLocations - ConvertCodeToInt - uses a .NET function GetHashCode(). This function can sometimes return negative values. When this is imported into NAV the records are cr ...
Jon Thorne
23/03/2022 13:27:36
Last post: 02/06/2022 22:29:44
data when exporting eComOrders, and formatting eComOrders data?
Hi when we export eCom orderdata (from the table EcomOrders), there is a field called OrderCaptureInfo - which is data formatted as XML like this <?xml version="1.0" encoding="utf-8" standalone="yes"?><OrderCapt ...
Hans Ravnsfjall
18/03/2022 13:28:24
Last post: 01/04/2022 15:26:13
User orders with Integration Customer Center
HI, I am configuring an Integration Customer Center in a Swift solution with a LIve Integration. I am following instructions at https://doc.dynamicweb.com/documentation-9/integration/integration-framework/integration-customer-center In that page, the ...
Tomas Gomez
16/03/2022 13:15:52
Last post: 17/03/2022 11:23:44
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
Updating customer data from NAV without retrieving the whole list each time
Hi, In the ConnectorTestTool the example xml for "Get Customers Advanced" is: <GetEcomData Qty="10" ReimportTable="true" SetCheckpointToNow="false" CustomModifier="Test"><tables><Custom ...
Jon Thorne
14/03/2022 22:42:45
Last post: 17/03/2022 13:49:33
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
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
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
Avoid Null values in Export with DataIntegration
Hi guys, I have a situation where I have to export some data using EcomProvider and import the same data in another solution using EcomProvider. The export goes well except for the empty values that are replaced with Null. Is there any (standard) way ...
Adrian Ursu
18/02/2022 20:07:32
Last post: 24/02/2022 09:12:54
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