Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
User provider not importing to destination group
Hi, I'm using the User Provider (Latest version 10.8) to import users. My datasource is the NAV Code unit XML. My problem: Users are not assigned to a specific group ('Customers') after import. They are created without group assignment. M ...
Davy Capiau
16/10/2024 11:23:54
Last post: 22/10/2024 10:06:25
Configure folder for OData responses
Hello forum, - do anyone know, where the path for the OData response can be specified? Currently it seems to be stored in /Files/Integration/Responses, but we would like to have it under /Files/Files/Integration/Responses (together with jobs etc.). B ...
Michael Knudsen
16/10/2024 22:21:33
Last post: 17/10/2024 07:59:29
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: 16/10/2024 10:00:59
Connecting to AX 2012
Hi, I'm trying to connect to a AX 2012 service, the CodeUnit is installed and I can create and request the service URL. However, when I check the "Connects to standard Dynamicweb ERP service" , then click save, and send a request again, ...
Justin Sjouw
12/10/2024 11:17:06
Last post: 14/10/2024 11:26:58
ID payment method 'Maestro'
Hi, What ID does the payment method 'Maestro' have? Kind regards, Caro De Weze ...
Caro De Weze
11/10/2024 11:03:49
Last post: 11/10/2024 12:31:08
"Delete" request type on endpoints
Hey, I'm doing a custom integration against BC OData. I need to be able to send "delete" requests. I can do "Get", "Post" and "Patch" by doing : Endpoint createProductEndpoint = endpointService.GetEndpointB ...
Jonas Krarup Dam
10/10/2024 10:55:24
No replies yet
Create Order Fail - Live Integration NAV
Hi, We're using DW10 with NAV live integration. We notice the cart always fails. The logs don't really say a lot. Anyone an idea? ebugInfo: Response CalculateOrder (ID: CART1565, CreateOrder: False) received: 'An error occurred processing ...
Davy Capiau
07/10/2024 16:15:31
Last post: 07/10/2024 16:41:08
Child lines not removed
We are encountering some unexpected issues with a customer solution using Live Integration. Background: The customer operates in a country where, by law, a specific line item (Künstlersozialversicherungsabgabe) must be added to orders when selli ...
L. B. Wassini
03/10/2024 09:17:40
Last post: 07/10/2024 09:17:22
Customer center live integration Invoice detail 404
Hi, We're using the customer live integration with NAV code unit on DW10. What does work: - List of all invoices - download of PDF invoice What doesn't work: - Invoice detail page, it returns a 404 => to reproduce go to 'my account' ...
Davy Capiau
27/09/2024 14:27:48
Last post: 27/09/2024 15:00:29
Running Import Activities on demand while having scheduled activities
Hello, I am working on a solution integrated with BC cloud erp. The user wants to have scheduled batch activites importing data from BC via odata and also wants to have some integration activities using the excel destination provider for outputting d ...
Jeremy Fesmire
20/09/2024 17:17:20
Last post: 27/09/2024 08:48:16
Duplicate live requests for multiple countries
Hi there, I have a site using a recent version of live integration. When logged in I am getting customer specific prices. However, the LI logs show that two requests are made for each product: for two different VAT countries (DK and GB in my case). T ...
Imar Spaanjaars
23/04/2024 17:23:34
Last post: 26/09/2024 21:06:11
Creating families via the DynamicWeb Provider
Hi, In this post an overview on how to create productfamilies with the DynamicWeb provider (in DW10). The only thing you need in the source data is a common_key. In my specific case the Master was also a family member, so the source data included a f ...
Davy Capiau
25/09/2024 16:58:48
No replies yet
Dynamicweb Connector Service
Is there a way to include Company name in Live Integration so we can direct the call to the correct company in AX/FO? Currently I am not able to manipulate the XML that is sent in with the request for product info. ...
Bjørn Ingebrigtsen
19/09/2024 20:41:17
Last post: 22/09/2024 17:29:52
"OrderShippingItemType" - ItemCharge
Hi, Using the live integration we come across this node. I can't find any info. What does it do? Changing the shipping methods and providers doesn't seem to change the 'ItemCharge' value. <column columnName="OrderShippingItemT ...
Davy Capiau
19/09/2024 15:45:15
No replies yet
Mapping column to a Guid unchecks the column
Hi there, I am trying to add a mapping to a column and populate it with a new Guid, but when I do, the column gets unselected when I save thye job. Steps: 1. Create a mapping from an XML file to the Dynamicweb Provider (I don't think it matters w ...
Imar Spaanjaars
02/09/2024 10:05:06
Last post: 19/09/2024 11:47:18
BC BluePrints template
For now I just downloaded and unzipped https://www.nuget.org/packages/Dynamicweb.BusinessCentral.Blueprints Because the instructions state: But I get: ...
Justin Sjouw
05/07/2024 11:19:39
Last post: 13/09/2024 14:49:15
Endpoint Provider error when casting source to IODataBaseProvider
Hi I am encountering an error/exception while attempting to export orders from DW 9 (9.17.9) to BC. The source provider is OrderProvider and the destination provider is EndpointProvider. The exception is as follows: System.InvalidCastException: Unabl ...
Mateusz Struzik
10/09/2024 13:28:54
Last post: 11/09/2024 08:24:43
Automatic Digital Asset task working with If - Else logic
Hello there! I've been experimenting with the 'Digital assets checkin on products' Integration scheduled task and to my understanding it works based on pattern defined on an Asset Category. This works perfectly when defining one more fiel ...
Barend Mosch
03/09/2024 14:29:36
Last post: 10/09/2024 15:44:01
OData provider doesn't return the expected data
I'm using the OData provider on a DW9.17.7 solution to get prices from the Business Central web service (DynamicwebSalesPrices3), but I'm not getting the expected prices. I have followed the configuration from https://doc.dynamicweb.dev/manua ...
Michael Knudsen
07/09/2024 23:15:06
Last post: 09/09/2024 10:12:35
OData: Import Prices & Discounts (New price experience)
I'm new to OData, but I hope someone have a quick answer to my questions below. Is it possible from a DW9 solution to use the same endpoints as decribed below or is it restricted to DW10? https://doc.dynamicweb.dev/manual/tutorials/integration/bl ...
Michael Knudsen
30/08/2024 11:33:19
Last post: 06/09/2024 09:16:47