Developer forum
Subject
Replies
Started by
Last reply
Upgrading from 8.1 -> 8.4.1.19 (stable)
Hello all, I am working on a new project which contains a lot of custom code / modules. This project i currently running 8.1.x.x which it does perfectly fine. However we are going to need some of the functions in the latest Dynamicweb why we are goin ...
Mikkel Toustrup Olsen
15/12/2014 15:13:14
Last post: 18/12/2014 10:13:25
12
Unsubscribe
Export from News V2 using Data integration module?
Is it possible to Export data from the News V2 module (and custom fields) using the Dataintegration module (or in any another way)? (Eg. if you want to migrate to Items ;-) ) ...
Per Søgaard
11/12/2014 16:35:23
Last post: 15/12/2014 11:31:53
Main product productprice empty while variants filled
Hi, We're trying to upload a productsheet containing various variants per product. The main product always has an empty price field but the importer seems to fail when importing the main product (it says something like cannot cast '' to double). Is t ...
Tom Kamphuis
19/11/2014 09:04:56
Last post: 21/11/2014 17:28:20
The HTTP request is unauthorized with client authentication scheme 'Negotiate
Hi Dynamicweb, we have a groups of ERP folks trying to setup the "Dynamicweb Service Test App" but they are stuck with this error "The HTTP request is unauthorized with client authentication scheme 'Negotiate" (See attachment) Are there any suggestio ...
Kim Søjborg Pedersen
27/10/2014 15:33:02
Last post: 21/11/2014 15:13:28
AX integration - imported group doesn't show in shop
Hi, We have a solution with AX integration and we experience some problems with the group (the customer only have one group for all products) not showing in the shop. When I click into one of the products and click "related groups" the group is shown ...
Rene Poulsen
21/11/2014 10:28:11
Last post: 21/11/2014 14:35:58
Integration DW- NAV
Hi We have a customer that is running a DW webbshop integrated to MS NAV 2013 r2. This customer wishes to have different prices in different currencies. For example 699 NOK and 499 SEK. There are no relation between the prices so we cannot use a curr ...
Kristoffer Hilmertz
28/10/2014 15:07:44
Last post: 11/11/2014 10:35:35
Issues while creating product index.
Hello guys, I am having trouble creating Search index for products. Application: 8.3.1.2 Shop finished importing ca. 350 000 products from ERP. Now I need to build an index of those products, in order to increase performance of the webshop. Starting ...
Dmitrij Jazel
16/10/2014 10:50:20
Last post: 03/11/2014 23:47:20
DW and apps integration
We would like to set up integration between DW and IOS apps and need documentation and examples of what can be done and how. Any information on this? ...
Per Søgaard
27/10/2014 12:00:23
Last post: 27/10/2014 12:54:47
Integration Framework -> NAV (Currency and discounts)
Hi, Our customer would like to use discounts and therefor we wonder how this will work with the integration framework connected to NAV? Anyone have suggestion how this should be implemented? They also would like to uset mutiple currencies like Swedis ...
Magnus Holmberg
06/10/2014 12:57:26
Last post: 15/10/2014 14:12:09
Feeprovider issue after payment
We have made a live integration project where we get all prices and fees from Navision.
we do however have a problem with Dynamicweb not getting to correct shipping fee.
in general frontend looks fine until the callback from the payment gateway, when ...
Keld Gøtterup
14/10/2014 14:47:45
No replies yet
Data Integration: running import to specific folder?
Hello, I am importing a bunch of users to the user management via an xml file. This task runs 1 time a day, to ensure we have the most recent users in the system. In the import task's destination setting I have checked the "remove missing users" in o ...
Mikkel Toustrup Olsen
14/10/2014 12:06:46
Last post: 14/10/2014 12:52:20
Velizar Madzharov
09/10/2014 13:34:08
Last post: 10/10/2014 09:27:45
adding items to page tree with sql
ive been trying to add items to the regular DW content tree by sql to the item and page table. the item does appear in the content tree but when i try to access it i get the below error. it appears that this issue goes away with time, which leads me ...
Keld Gøtterup
06/10/2014 12:06:25
Last post: 08/10/2014 13:31:15
User batchintegration
Hi, Is it possible to add a user to different User Groups in the batch integration from NAV?
Is it only to add AccessUserGroups to the import xml and add groups like this: @257@ Best regards.
/Magnus ...
Magnus Holmberg
07/10/2014 16:18:46
Last post: 08/10/2014 11:15:23
Dataintegration - import csv/xml using ItemProvider
Hi All, I wonder if there is any documentation available regarding the new itemprovider in the dataintegration module? If so, where can i find it? If not, when will be be available? I managed to import data from CSV to a paragraph item, with the help ...
Finn Frost
03/10/2014 15:29:45
Last post: 07/10/2014 10:55:05
RE: Adding content to DW with SQL
when trying to add items to an itemtable in DW SQL server.
im do not have any trouble adding the items from sql, the problem starts when i want to create a new item through DW, then i get a "Violation of PRIMARY KEY constraint, Cannot insert duplicat ...
Keld Gøtterup
06/10/2014 11:33:27
Last post: 06/10/2014 11:49:25
DataIntegration - AccessUserID
Hi, About the orders from users, we have a loop in templates to use in frontend, and one screen in backend (http://www.screencast.com/t/vIWS9B493j3)
In both situations the system are looking in the orders table for the field [OrderCustomerAccessUserI ...
George Nelzo Pereira
17/09/2014 20:00:16
Last post: 19/09/2014 09:49:06
Activate "Data Integration ERP Batch" scheduled task by link
when using the Data Integration ERP Batch to get data from the DWconnector webservice, we have set up a scheduled task with all the details but.... How do set this up for Single link click so that the customer can do an import externally without wait ...
Keld Gøtterup
17/09/2014 15:21:39
Last post: 17/09/2014 16:24:08
Padding is invalid and cannot be removed
Hi, the customer has made a setup and I am testing it with the "Dynamicweb Service Test App" I get the Response "Padding is invalid and cannot be removed" See the attachment What canI tell the administrator to do? ...
Kim Søjborg Pedersen
08/09/2014 09:37:41
Last post: 15/09/2014 09:25:30
RE: Capture part of full payment API
Im having trouble capturing a smaller amount than what the order was originally. if (order.IsCaptureSupported)
{ order.CaptureAmount = partAmount; order.Save(); OrderCaptureInfo result = order.Capture(partAmount, true); } The above code does capture ...
Keld Gøtterup
21/08/2014 12:28:11
Last post: 03/09/2014 12:28:32
13
Subscribe