Developer forum
Subject
Replies
Started by
Last reply
Mapping key is lost on any edit of the job
Hi Guys, I have noticed that everytime I edit a job, the keys are not maintained. I have to set them again everytime. Is there anything I am missing? It is a bug? Thanks, Adrian ...
Adrian Ursu
03/02/2017 16:30:14
Last post: 06/02/2017 10:33:08
Remove missing groups
Hi, I'm having a problem with the data integration and the groups. I set up a job (see screenshot) to import the groups to an ECom destination, while ticking the "remove missing rows after import" checkbox, to delete groups which are no longer in the ...
Gaetan Di Caro
22/02/2016 11:31:10
Last post: 03/02/2017 13:24:22
Variant combination order does not match
Hi, I'm having problems integrating variants. My data source seems correct (see screenshot), I have the variant options in the same order as my variant groups. However, when I integrate and go look at the ecom, I'm greeted with this error message : " ...
Gaëtan Di Caro
31/01/2017 07:45:39
Last post: 03/02/2017 12:53:24
Exclude rows from update
Hi Guys, I have a data integration job that basically adds Items and pages based on a RSS feed. I have defined the NewdID as a unique key. Some of the News might be manually edited after they have been generated and the XML feed might still feature t ...
Adrian Ursu
31/01/2017 19:32:48
Last post: 02/02/2017 14:14:52
Trouble importing User Groups
Hi all As part of an integration project I am having trouble importing user groups using the Data Integration module and User Provider. Importing users into existing groups works fine. But trying to import groups the job fails with the following erro ...
Thomas Overgaard Nielsen
22/11/2016 16:25:01
Last post: 27/01/2017 10:38:58
Import from remote rss feed
Hi Guys, I am trying to import news articles from a remote XML feed. I have tested the xslt with a local file, but now I need to take it to the next level and read the news from an external source. How do I do that? Thanks, Adrian ...
Adrian Ursu
23/01/2017 13:50:38
Last post: 24/01/2017 16:21:44
ICC response formats
Hi all In my integration project I have come to implementing the Integration Customer Center, and the manual is pretty sparse in this regard. The response format for the GetList request is shown, and I got this to work. But appearantly clicking an it ...
Thomas Overgaard Nielsen
16/01/2017 10:26:58
Last post: 18/01/2017 09:55:39
OrderIntegrationOrderID in Live Integration
Hi A quick question: I see the field OrderIntegrationOrderID in my CalculateOrder request, but can't find it documented anywhere. I would expect that including the same field in my response - holding the External orderID from the ERP - would save thi ...
Thomas Overgaard Nielsen
11/01/2017 15:39:05
Last post: 13/01/2017 10:47:42
Import variant directly to sql - caching
We have a solution where we have a lot of data imported directly into the dynamicweb database. This works but we do have slight caching problem, new imported variants will not show up on the site until the application is recycled. Is there a way to c ...
Keld Gøtterup
12/01/2017 12:57:11
Last post: 12/01/2017 13:44:25
Integration and Stock Locations
Hi all I need to expand an ecom integration to list stock levels at two stock locations. This raises a few questions. I am using the DynamicwebProvider in the import. It is clear to me, that I need to import data into at least two tables: EcomStockLo ...
Thomas Overgaard Nielsen
05/01/2017 12:10:58
Last post: 05/01/2017 16:35:43
Prices shown without VAT
Hi all I am having difficulties getting prices to show including VAT when Liveintegration is in effect. Prices in the DB are excluding VAT When live integration is off, prices in productlist/product is shown including VAT. However whenever I enable L ...
Thomas Overgaard Nielsen
31/12/2016 02:47:33
Last post: 03/01/2017 22:50:55
CalculateOrder request not sent?
Hi all Can anyone help me out here. I am setting up live integration on a webshop project, and my next task is getting live calculation of cart / order in place. But for some reason I can't seem to find anything in the log what regards CalculateOrder ...
Thomas Overgaard Nielsen
15/12/2016 13:38:08
Last post: 16/12/2016 14:58:22
Caching of SalesDiscounts when import
Hello, I am importing SalesDiscounts using SQL provider in Data Integration. I am facing a caching problem: imported values are not available in the end-user front-end (system caches old discount values) until I make a website restart in the IIS. Is ...
Andriy Kozachuk
16/12/2016 10:30:27
Last post: 16/12/2016 13:09:28
Custom TableScript not available
Greetings. I have created a custom TableScript: https://i.imgur.com/1f2lwM0.png I have added some logging in the constructor to verify that the code is actually loaded by DW. DLL is deployed and info is logged indicating that the custom code was load ...
Espen Strømsnes
30/11/2016 13:21:14
Last post: 30/11/2016 14:31:09
User Provider and Tax fields
Hi, I am working on user integration with users and Avalara (taxes), but looks like the User Provider does no take the user tax fields into account http://doc.dynamicweb.com/documentation-8/how-tos/providers/avalara-avatax#sideNavTitle1-6 Is this by ...
Nuno Aguiar
21/11/2016 13:00:20
Last post: 30/11/2016 13:48:50
Updating product tries to insert the product instead of updating.
Hi, I have an issue when saving the product. Instead of updating it is trying to insert the new one. This is the example code. var dw = Product.GetProductByNumber(bp.sku, "LANG1"); if (dw == null) return; dw.Save(); When dw is null and I call Save it ...
Davor Zlotrg
23/11/2016 12:21:48
Last post: 28/11/2016 12:27:39
Send mail when user's email has been updated in an import job
Does anyone knows if it is possible to send an email to a user if the user's email is updated when running an import job in the Data Integration module using the UserProvider? Or is there some observer etc. in Dynamicweb which can catch this event? W ...
Niels Foldager
17/11/2016 21:58:42
Last post: 18/11/2016 14:46:05
Random Crashing
Hi. I have created my own source provider that grabs information from a CRM system and feeds it to the standard user destination provider, at first run through i have around 3600 users to add if they do not exist, of course after that i will only tak ...
Casper Andersen
01/11/2016 13:57:44
Last post: 03/11/2016 14:13:15
DW Windows service
Hi Dw, Does it make sense to have two windows services in an integrated environment? One for live requests and one for batch requests or is the windows service multi threaded? Best regards, Anders ...
Anders Ebdrup
24/08/2016 09:17:51
Last post: 31/10/2016 09:04:55
Order provider exports orders twice
I have an integration job where I use the Order provider as the source with the following settings: - Export not yet exported Orders = false - Only export orders without externalId = true - Do not export carts = true - Order state after export = Leav ...
Espen Strømsnes
25/10/2016 09:21:04
Last post: 25/10/2016 14:26:48