Developer forum
Subject
Replies
Started by
Last reply
Order Destination Provider With 1 Order Line
Hi DynamicWeb I am having some trouble getting my custom destination provider to create an order with an order line. The problem is that first i run through my mappings on the EcomOrders table, and add the information to my Order object. While i do t ...
Casper Andersen
15/05/2017 00:08:15
Last post: 17/05/2017 22:55:15
Communication between Windows service and Dynamics Nav webservice
Hello All We have an issue with an integration of a dynamicweb webshop to a Microsoft Dynamics Nav 2013R2. When we use the Dynamicweb Service Test App we get the following Response: "Parameter request in method Process in service DWWebService2 is nul ...
Søren Hinrup
25/01/2016 16:07:40
Last post: 16/05/2017 12:37:16
Changing OrderState
Hi DynamicWeb in my custom destination provider. I at some point need to change the orderstate of an order. for that i use this code Dynamicweb.eCommerce.Orders.Order order = Dynamicweb.eCommerce.Orders.Order.GetOrderByID(ord.OrderID); string ordsid ...
Casper Andersen
04/05/2017 11:05:48
Last post: 04/05/2017 15:03:38
Deactivate missing products
I have an import proces and only those products in the import needs to be active. In Data integration I saw that there is an option deactive missing products that are not listed. However when I use this and run the full import and then remove all pro ...
Yung Yi Wong
02/05/2017 10:47:03
Last post: 04/05/2017 14:37:38
data Integration timeout
Hi DynamicWeb I have some integrations running localhost that i would want to put live on a website, but i have yet to have a 100% successfull run because it either times out or says the the log file is being used by another process. Is there any way ...
Casper Andersen
03/05/2017 04:31:51
Last post: 03/05/2017 13:09:59
Order Integration runs twice
Hi DynamicWeb I have created my own Order Source Provide where i create an order with an orderline. The data is always one order with one orderline. Everything seems to be in order, but when the integration is finished, it tries to run again, i am th ...
Casper Andersen
01/05/2017 10:12:19
Last post: 03/05/2017 08:23:29
Creating order with orderline
Hi DynamicWeb I'm trying to create an integration, that takes some information from a CRM system and creates an order with an order line attached to it. Getting the data from the CRM system is done, and i have created all other needed code, but when ...
Casper Andersen
25/04/2017 14:06:19
Last post: 25/04/2017 16:15:12
Dynamicweb.Notifications.Integration.BeforeJob
Hi I have a need to "prepare" my XML file(s) before the integration (XML Provider) So I could really need a "Dynamicweb.Notifications.Integration.BeforeJob" Is there another way to do this without xslt? ...
Kim Søjborg Pedersen
04/04/2017 12:27:11
Last post: 04/04/2017 12:53:25
Add option to CC/BCC an address on the user provider
One of our customers asked for the option to BCC an internal account for each email that is sent automatically for each newly created user when using the User Provider. Is there a way to do that today with, for example, tapping into a subscriber or s ...
Imar Spaanjaars
30/03/2017 16:54:16
Last post: 31/03/2017 10:39:17
BatchIntegrationScheduledTaskAddin - SendEmail method
I've noticed in some schedule tasks that they not always finish execution with success. I’ve did some debugging and taken a look at the source code and noticed that the method SendMail validates that has the properties NotificationTemplate and Notifi ...
Rui Silva
07/03/2017 16:12:08
Last post: 30/03/2017 14:34:55
Import images from Perfion with identical image filenames
When importing images from Perfion we are using a batch task add-in called "Import Perfion Images Add-in". We have a problem when items in Perfion has identical image filenames, fx. 1.jpg, as shown in the xml received from Perfion. When setting up th ...
Niels Foldager
01/02/2017 14:39:01
Last post: 30/03/2017 14:23:36
Import images from Perfion return 404 file not found
Hi, When importing images from Perfion we are using a batch task add-in called "Import Perfion Images Add-in". If there is a problem with one of the images in Perfion, we get an error when the job is running: "The remote server returned an error: (40 ...
Niels Foldager
29/03/2017 21:44:38
Last post: 30/03/2017 14:23:14
ItemProvider: Any documentation?
Hi, I'm having a solution, which uses the ItemProvider. DW Version: 8.8.1.32. I can't find any documentation about the ItemProvider. Are there any documentation about the provider? ...
Marie Louise Veigert
15/03/2017 11:11:08
Last post: 29/03/2017 09:35:01
10
Subscribe
AD integration and Backend Admin
Hi, I would like to check if the AD authentication works for Backend Management portal login? I have a customer who wants to control all the administrator users (and password) using their AD and I am not sure if this authentication will work with bac ...
Thaw Htun Lynn
16/03/2017 08:22:20
Last post: 21/03/2017 03:51:24
User sync - use customer number as key instead of external id
Hi, I'm using the user sync (http://doc.dynamicweb.com/documentation-8/integration/other/integration-web-services) on a customer where we need to send users from NAV to DW. In the description it says: "The user must have an ExternalID &ndash ...
René Poulsen
13/03/2017 11:20:17
Last post: 13/03/2017 15:08:40
10
Subscribe
CSVprovider -> Userprovider: Problem with conditionals
Hey, I am trying to use the conditional on a table mapping. As I understand it, it can create a condition on the table mapping. So how does this exactly work. I was trying to add the condition to a column and then set some constants on parameters, bu ...
Manon Wekking
26/02/2017 21:59:52
Last post: 01/03/2017 10:58:34
LiveIntegration CustomerCenter - RequestExternalPdf.aspx
I have a question as to why the RequestExternalPdf.aspx inside "Application\Admin\Public\CustomerCenter" contains the following: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></tit ...
Michael Vedstesen
27/02/2017 13:43:06
Last post: 27/02/2017 16:19:32
UserProvider: Groups are created multiple times
Hey! I am having a problem with the Data Integration, default import functionality. I'm trying to import a CSV with user and group information into DW. I'm using the CSV provider for the source and the User Provider for the destination. The problem I ...
Manon Wekking
21/02/2017 17:15:27
Last post: 26/02/2017 21:52:12
Performance issue in EcomProvider
Hi Dynamicweb, When importing a lot of products with the EcomProvider we have a lot of time lost in this function: UpdateVariantFieldsInProducts. We have tried not to export the field "ProductVariantID" from NAV, but is seems not to check for the pre ...
Anders Ebdrup
09/02/2017 10:31:40
Last post: 22/02/2017 08:49:17
Import to Direct Paths?
Hi, Is it posssible to import data to Direct Paths? Case: when launching a new website on an existing domain, the exisiting URLs from the clients' old website needs to be 301 redirected to new URLs. If we have a CSV-file with old + new urls, can this ...
Jens Jakob Kristensen
10/02/2017 09:11:57
Last post: 10/02/2017 09:49:21