Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
Add option to log order create requests and responses
Hi there, I have a few busy sites that create a lot of carts and orders. If I turn on "Log all requests and responses" I get supper large log files with mostly irrelevant data (cart and price calculations). What I really want to see in the  ...
Imar Spaanjaars
07/07/2025 12:47:46
Last post: 07/07/2026 13:07:33
Activation email when a user is imported via the User Provider
Hi, We import our customer contacts from NAV / Business Central into DynamicWeb, where they become users. The import runs through an integration activity using the User Provider. When a new contact is created through this import, the account is ready ...
Jelle Deridder
15/06/2026 10:13:45
Last post: 30/06/2026 09:38:18
Pricing import/integration
I’m working on pricing integration from D365 F&O to DW10. I have it pretty much working, except for updates. The full migration/integration is setup as a scheduled task, and has 5 sub tasks: Empty staging table Pull 'GROUP1' pricing ...
Rob van Brandenburg
19/06/2026 13:25:16
Last post: 19/06/2026 14:28:33
Command timeout on Run SQL Add-in
Hi there, Can you add a CommandTimeout (int, default value 30) parameter to RunSqlScheduledTaskAddIn and use it when executing the command: int rowCount = Database.ExecuteNonQuery(SqlQuery, CommandTimeout); The current value is 30 seconds with no opt ...
Imar Spaanjaars
17/06/2026 21:42:57
Last post: 17/06/2026 22:14:42
Incorrect culture during delete
Hi there, I have an import job with these two conditionals in a group: todate less than @Code(new System.DateTime(1900, 2, 2).ToString("yyyy/MM/dd", System.Globalization.CultureInfo.InvariantCulture)) todate greater than @Code(System.DateTi ...
Imar Spaanjaars
15/06/2026 12:27:36
Last post: 16/06/2026 12:30:10
Custom price provider and bulk prices
Hi there, I am building an integration against a custom end point. I've configured LI and can see it makes successful requests; the response then contains multiple prices for different quantities. When I output the prices from product.Prices I ca ...
Imar Spaanjaars
11/06/2026 21:21:47
Last post: 12/06/2026 11:10:57
LiveIntegration XML missing OrderRequisition
I wonder why the standard EcomOrders.OrderRequisition isn't included in the DynamicWeb Live Integration XML? And is there any easy way to have it included? Running DW9.17.4 with LiveIntegration 7.4.6.0 Br. Michael Knudsen ...
Michael Knudsen
29/05/2026 11:11:19
Last post: 29/05/2026 11:29:31
Connector class is internal in DW9
Hi DynamicWeb, We have a need to communicate with the underlying Business Central companies/instances from custom extensions on a Dynamicweb 9 solution. In our case, we would like to reuse the existing Live Integration configuration and communication ...
Anders Ebdrup
05/05/2026 17:13:26
Last post: 21/05/2026 09:47:52
Using the @Code option in scripting
Hi guys, How is this scripting supposed to work when using code? I see there is an explicit option: Code. What is the actual syntax in this case? Should I still use @Code(data["AccessUserAddressActive"]?.ToString() + "abc") or jus ...
Adrian Ursu
20/05/2026 13:47:01
Last post: 20/05/2026 14:57:55
Advice on migrating from NAV 2012 to F&O
Hi guys, I have a solution running on DW 9.17.x integrated with NAV 2012. The customer is now migrating to F&O and I need to migrate the integration. The current integration uses Live Prices as well as full integration for orders, but the discoun ...
Adrian Ursu
13/05/2026 10:38:54
Last post: 14/05/2026 14:27:59
Issues with custom URL Provider
Hi guys, We are struggling with some challenges related to a custom URL provider, or rather with the invalidation of the URL cache. In order to have custom friendly urls we have created a class inherited from UrlDataProvider overriding function GetUr ...
Adrian Ursu
14/05/2026 13:18:29
Last post: 14/05/2026 14:08:26
Stock Location on D365 BC Cloud
Hi I'm trying to get StockLocations from D365 BC Cloud. Plug-in unit is installed on customer BC. Trying to call the endpoint with request for getting StockLocations like this will just result in a timeout: <GetEcomData> <tables> <Prod ...
Chris Søgaard
25/02/2021 12:11:29
Last post: 07/05/2026 14:23:46
SQL Index Builder
Hi, We have a DW10 solution running on version 10.24.10 (Dynamicweb.Suite.Ring2), where we encountered the following error in multiple areas of the application: String parameter languageId cannot be null or empty (Parameter 'languageId') To i ...
Umar Farooq
06/05/2026 12:48:25
Last post: 06/05/2026 13:20:13
Integration & Live integration with Finance & Operations and DW 10
hi What is the recommended approach to connecting to Finance & Operations for integration of products, as well as Live integration of prices? We have a DW9 solution that uses OData with F&O, with a custom dll provided by Dynamicweb, as well a ...
Bjørn Ingebrigtsen
22/04/2026 13:01:28
Last post: 22/04/2026 13:54:05
Are ODataV4 still recommend for exports?
Integrations from Dynamicweb to Business Central (export) are this still recommend to use the /ODataV4/Company() endpoint vs. using the /api/v2.0/companies() endpoint ? https://doc.dynamicweb.dev/manual/dynamicweb10/integration/guides/blueprints/bc-o ...
Michael Knudsen
14/04/2026 15:17:13
Last post: 15/04/2026 08:38:22
Sending over Shipping AgentCode to BC
Hi guys, I have a project where I need to send over to BC additional information about shipping. namely, Code and AgentCode. I have filled in the data on the shipping method and placed an order, but I cannot see either of these fields in the XML outp ...
Adrian Ursu
09/04/2026 13:19:40
Last post: 14/04/2026 12:45:59
Response mappings
What is the conditions to have the Response mappings feature available on the Actions button? I have seen it on some integration jobs with OData as destination provider. Br. Michael Knudsen ...
Michael Knudsen
07/04/2026 21:10:07
Last post: 09/04/2026 09:21:07
OAuth 2.0 User Impersonation Redirect URL defaulting to HTTP causing error
I have a DW10 site connected to business central and the redirect URL for token acquisition is defaulting to the non secure version, which cannot be added in the redirects in Azure for the application. What could be causing the non-secure version to  ...
Thiago Tedesco
31/03/2026 16:29:40
Last post: 31/03/2026 17:28:59
Fetching invoices from F&O
Hi there, Do we have any guidance on fetching invoices and other documents from F&O? I searched the site but can't find anything. Imar ...
Imar Spaanjaars
30/03/2026 17:43:30
Last post: 31/03/2026 11:19:05
Unmapped entities are still checked at run-time
Hi there, I have a job (copied from another solution) with two mappings to OData: Order and OrderLines. My order line source doesn't exist yet so I unchecked the mapping in the activity, leaving only Orders enabled. But when I run it, it fails wi ...
Imar Spaanjaars
25/03/2026 15:43:03
Last post: 27/03/2026 11:53:57