Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Scheduled task Method options?
Hi, I am in need of creating a scheduled task and have looked through the documentation for this. I will probaly build an addin for this, but wanted to properly understand my options. I have the following questions: What are my options with the Metho ...
Kasper Laursen
18/12/2020 15:43:06
No replies yet
GetAppenderInfo missfire in ProductFieldType Provider
Hi guys, I have to pass along a question from one of our developers. We want to create a custom ProductFieldTypeProvider; we have defined a parameter named UrlToPage ; the problem is that when the function Render is called the parameter UrlToPage is  ...
Adrian Ursu
26/11/2020 10:45:08
No replies yet
DynamicWebService and Integration Test Tool: Invalid URI
There are a few changes I’m going to have to make to the live integration. I have set up the code and can debug, etc. The problem I’m having is with the DynamicWebService service and testing without AX. I have set the “TestMode “ = True, but it seems ...
Andrew Rushworth
13/10/2020 22:00:57
No replies yet
Remove data of remote server in deployment
Hi, When transferring content data (Settings > Developer > Deployment > Content), the new data is transferred to the remote server but the removed data of the local server is not removed from remote. The comparison page shows these differenc ...
Tomas Gomez
30/09/2020 14:00:16
No replies yet
Insert custom productFields from Data integration ERP Batch
Hello, I have a BatchIntegrationScheduledTaskAddin for update product data from a ERP. This addin row all the products using de ProductService class, for every product i ask to the ERP the information about this product, Once i get the data from the  ...
Jose Caudevilla
22/05/2020 16:55:16
No replies yet
Where is this field being loaded
Hi, I have observed that the stock location field on order lines on completed orders is populated with a value that does not match my expectations. I would have expected the stock location to be that which is configured on the shop for the site being ...
Reynir Viðar Ingason
23/03/2020 22:24:53
No replies yet
Sorting related products by a value
Hi, In rapido 3.0.1 would it be possible to control the related products shown in the frontend ? Looking through the list feed that supplies related product data for the frontend only the query string. &[RelatedGroupName]=[ProductId]. But nowhere ...
Claus Ørum-Petersen
03/03/2020 16:32:01
No replies yet
Json feed of products groups used in menu
Hi How can I get json feed used to render menu (xml) for product groups? Ivan ...
Ivan Marijanović
16/01/2020 09:29:27
No replies yet
Custom dashboard - ListWidget
Hi, I have created a custom dashboard of type ListWidget. Do anyone know how to either add scrolling or adjust the height of the widget? ListWidget has a column property - but what about height? public ProductGroupDashboard() { Title = "Product group ...
Søren Jakobsen
17/12/2019 13:50:36
No replies yet
Algolia Search REST API
Hi, I was wondering if anyone here had any experience integrating Algolia's REST search API with their Dynamicweb solution? We're beginning to look into this for one of our clients and I would love to hear some stories, both good and bad ;) https://w ...
Arnór Halldórsson
27/10/2019 18:08:28
No replies yet
Template extenders and feeds.
Hey there, we are working with feeds on out product catalog app and we would like to work with some custom template tags that we populate differently depending on properties on the paragraph. We have previously been accessing those properties in the  ...
Reynir Viðar Ingason
03/10/2019 17:05:37
No replies yet
Error processing CategoryValues (When indexing products)
Hi, We are receiving this error when we try to build the product index: Error processing CategoryValues. System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resour ...
Martin Møller Christensen
03/10/2019 10:58:42
No replies yet
Create and add user to Newsletter group or not from form for editors
Hi, In the form for editors module configuration, there is an option to automatically add the user(email) to a group. I'm using a form for editors form to have a user fill in some data with the option to subscribe or not to the newsletter. I need the ...
Daniel Voicu
05/09/2019 16:10:51
No replies yet
custom Ecommerce mini-cart delete orderline command
Hi all! I am currently developing a mini-cart in a ViewModelTemplate using the Ecommerce Context. i have succeded in creating the mini-cart this way, but i am having some problems creating a button that can delete an orderline from the mini-cart. i h ...
Christoffer Rosendahl Frede
31/07/2019 20:53:42
No replies yet
Extending Integration Customer Center
Hi! Is it possible to extend Integration Customer Center so that we can get other types of documents and display them beside inovices, orders and credits? Ivan ...
Ivan Marijanović
08/04/2019 10:07:35
No replies yet
Delete page notification
When a page is deleted can it have the notification of page deleted fired for every subpage that get's deleted also. I've tried to get the subpages by using the PageService like this: var subPages = pageService.GetPagesByParentID(page.ID)?.ToArray(); ...
Rui Silva
11/02/2019 12:14:12
No replies yet
Password security questions
Hi guys I am currently working on setting up password security on a project, and i was wondering how the system exactly works, and thus a have a few questions :) - I am using SHA512 to hash the passwords, but i am unable to find documentation that de ...
Ronni Hansen
30/11/2018 09:25:36
No replies yet
Product category field Date default value
I have a product category field of type Date. When in a product there is no DB record for that field the default value in the backoffice is "Mon, 01 Jan 2001" which is an actual valid date. In this case shouldn't it be empty or "Never"? ...
Cátia Torego
25/10/2018 13:45:32
No replies yet
Google maps API referer restrictions.
Hello, We recently updated to 9.4.16 and noticed the ShowOnMaps module works now. Still we have two issues with the module. We have referer restrictions on URL for our website because we dont want everyone to make calls on behalf of us. Viewing the l ...
Antek Drzewiecki
24/07/2018 13:10:20
No replies yet
Products in Orderflow (cart)
I'm building an orderflow where step 1 is choosing your product, step 2 is choosing accessories (dependent on the chosen product) and step 3 is additional information, step 4 is confirmation. What is the best way to achieve this? I found that i need  ...
David Alexandersson
21/03/2018 16:43:19
No replies yet