Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
Weird AccessType issue
We have a solution where if the user is AccessTypeID = 1, then the user cannot access the Ecommerce area of the backend. If we change the user to AccessTypeID = 3, then the user can access the Ecommerce area of the application, but loses access to th ...
Terri Donahue
07/03/2016 16:28:01
Last post: 07/03/2016 17:09:39
Integration - custom product fields
Hi, I'm working on a solution with integration to NAV. All the products we have to import have a lot of custom fields. I've created all the fields in DW (the systemname is the same as in NAV). Let's say we have a "ProductColor" field. When a product  ...
René Poulsen
07/03/2016 10:26:02
Last post: 07/03/2016 12:44:17
Custom fields in product import
We have a product import set up in Data Integration. The fields are set to map automatically. It has worked as expected. I have now added a new custom field to the products table. The field is also present in the xml that is imported. Example: <co ...
Aki Ruuskanen
25/11/2015 11:23:42
Last post: 07/03/2016 12:43:35
Import addresses for users
Hi there, SInce there seems to be no direct way to import addresses as part of an AccessUser import table, I decided to use the AccessUserAddresses table instead. That all seems to work fine, but how do I link an address to a user? The only ID I see  ...
Imar Spaanjaars
22/05/2015 15:38:33
Last post: 05/03/2016 08:48:18
Having multiple notification recipients?
Hi Dynamicweb, How is it possible to have multiple email recipients setup for the batch integration? I have attached a screen shot of the field where our clients would like to enter multiple email addresses. Best regards, Anders ...
Anders Ebdrup
01/03/2016 23:49:03
Last post: 04/03/2016 15:37:14
Performance issue
Hi, I have a performance issue on my solution running 8.7.2.1 with integration framework. Here is an example that I'm wondering about : Why is CalculateOrder requesting AX just because of this code @inherits Dynamicweb.Rendering.RazorTemplateBase< ...
Kim Søjborg Pedersen
02/03/2016 08:47:40
No replies yet
error with special chars in ProductID
Hi We are importing a lot of products to ecom, and setting the ProductID in the import. Some of the IDs contain special characters, like æ,ø or å This is ok in the import and i guess(know) the database is ok with it too. We do get an error when ever  ...
Kenneth Radoor
01/03/2016 17:23:02
Last post: 01/03/2016 23:52:01
Exporting OMC data
Hi everyone, Just received a request from the 3rd party that asked, if it is possible to Export data out of OMC and send it to them. Would like to know what should I use as "data source" and what settings should I use for it. Obviously haven't done t ...
Dmitrij Jazel
25/02/2016 15:01:51
Last post: 25/02/2016 15:58:11
Provide more context to JobFinished subscriber
Hi there, I am implementing a notification subscriber for Integration.JobFinished to run some custom SQL after the job has run. However, the JobFinishedArgs object doesn't provide any context about the job being executed. When I look at DestinationTa ...
Imar Spaanjaars
11/02/2016 21:54:33
Last post: 25/02/2016 14:43:19
Dynamics AX 2009 DynamicWeb Connector URL
We are trying to find the service URL (AX Endpoint) for the DynamicWeb Connector as installed by our customer in Dynamics AX 2009. They have followed the installation for Dynamic AX 2009 as specified in this document DynamicwebIntegrationFrameworkAxE ...
Tymen NNM
24/02/2016 13:46:54
Last post: 25/02/2016 09:51:28
Custom Data Integration Does Not RunJob
Hi I am trying to create my own Custom Data Integration, for this i have downloaded the example project here http://developer.dynamicweb.com/documentation/for-developers/data-integration/providers/how-do-i-create-my-own-provider.aspx if i try and run ...
Casper Andersen
01/02/2016 11:12:09
Last post: 17/02/2016 09:12:02
Integrating parts list
Hi, In a coming project, I'll probably need to import parts list products : one product made out of a several parts, each part being a choice betzeen several products. I see in the documentation how to create that in Dynamicweb, but I'm not sure how  ...
Gaetan Di Caro
16/02/2016 13:07:02
Last post: 16/02/2016 16:24:52
Importing addresses
Hi there, I have an XML file that contains users and for each of those users one or multiple addresses. I initially built a task that would import users and addresses in one go. However, I discovered that this would not delete old address records fro ...
Imar Spaanjaars
11/02/2016 20:41:24
Last post: 15/02/2016 11:51:05
Make it easier to work with base classes like DynamicwebProvider
Hi there, I think this should go into the Feature Requests forum, but I wanted to discuss it here first. We have some custom code that inherits DynamicwebProvider. The use case is fairly simple: execute a stored procedure before and after the job run ...
Imar Spaanjaars
11/02/2016 21:50:32
Last post: 12/02/2016 23:25:49
Data type issue in TableScript task
Hi there, As part of my search for a way to import addresses, I tried TableScript (which I love BTW). I have the following code that essentially converts a user's external ID to its "internal" ID: public class RemapUserIds : TableScript { public over ...
Imar Spaanjaars
12/02/2016 00:06:22
Last post: 12/02/2016 16:19:34
Multiple scheduled tasks with additional input
Hi there, I have a scheduled task that runs a data import using "Import data addin". I am specifying some custom parameters in "Data import settings". (We have a custom end point that can fork out to either Production or Test depending on the setting ...
Imar Spaanjaars
10/02/2016 11:16:37
Last post: 10/02/2016 23:35:52
Issue with group sorting
Hi there, I have the XML as show below that contains product data, a group sorting and a comma separated list of group IDs. It all works fine, except for the group sorting. No matter what's in GroupSorting, it always ends up as 0 in the database. Is  ...
Imar Spaanjaars
10/02/2016 11:13:03
Last post: 10/02/2016 23:35:28
multiple Dynamicweb Connector windows services
Hi, Is it possible to have two different endpoints for the Dynamicweb Connector windows service? So one could point on the test-enviroment and one the production-environment? Best regards, Anders ...
Anders Ebdrup
11/01/2014 21:51:39
Last post: 10/02/2016 12:02:06
Some trouble integrating variants
Hi, I'm trying to set up data integration for variants on a solution based on wrap. However I'm having some trouble, it seems that the integration isn't really complete : I can't see the variant groups in the administration, and when I try to see a p ...
Gaetan Di Caro
04/02/2016 09:08:17
Last post: 08/02/2016 07:18:04
Inventory Control in Live integration
Hi, We are trying to implement inventory control logic in live integration for a project. Whenever we sent the CalculateOrder request, NAV will check the available stock of the product and will send back the products which doesn't have enough invento ...
Thaw Htun Lynn
05/02/2016 12:35:15
Last post: 06/02/2016 04:13:21