Developer forum
Subject
Replies
Started by
Last reply
Add fields with a custom schema extender
Hi there, I have an index that contains around 400K products and has 18K columns (!!). Most of these columns are generated dynamically from variants (like first and last) as we have many variants. Others come from prices / languages of which we have ...
Imar Spaanjaars
19/12/2025 09:36:18
No replies yet
Using ExecuteNonQuery with a Stored Procedure
I'm trying to create a Scheduled Task AddIn based on a Stored Procedure, but whatever I return from my stored procedure, ExecuteNonQuery always returns -1 This means that the sceduled task always show as Error. What could be wrong? public class B ...
Lars Bo Wassini
18/12/2025 12:35:20
Last post: 18/12/2025 13:02:20
Comments Antispam
Hello, We have a dynamic article list blog on our solution (9.13.8) that utilizes a comments form on each post. We have had ongoing issues with spam coming through our forms, and have integrated CloudFlare Turnstile into our form submission logic to ...
Ben Leake
16/12/2025 13:59:55
Last post: 16/12/2025 16:05:29
Form Notification subscriber - cancel/abort submit
Hi everyone, I'm using the subscriber: [Subscribe(Dynamicweb.Forms.Notifications.Frontend.OnAfterSubmitSave)] And what I'm trying to accomplish is to validate an email on form submit and if the email doesnt comply with my criteria, i wish to ...
Nicholai Pedersen
22/01/2024 10:54:01
Last post: 11/12/2025 13:11:59
Set SlidingExpiration time in MemoryCache
Dear DynamicWeb, How can I define the SlidingExpiration time, when I implement MemoryCache in a custom class that implements this interface ICacheStorage? For now it seems to be hardcoded to 10 minutes. Best regards, Anders ...
Anders Ebdrup
10/12/2025 12:39:22
Last post: 11/12/2025 11:16:32
Missing row notifications
Dear DynamicWeb, We are currently working on a task where we need to copy presets between areas when a Page, Paragraph, or Row is modified. However, I haven’t been able to locate any notification subscribers for Row changes. Is it possible to a ...
Anders Ebdrup
15/05/2025 13:35:49
Last post: 02/12/2025 09:19:56
Send forms for Editors Email from code
Hi guys, I have a situation where I need to capture some details using Forms for Editors, access an external API to grab a value that will be saved on the same form, then trigger an email. Is there any option to trigger the sending of the receipt ema ...
Adrian Ursu
24/11/2025 11:11:13
Last post: 24/11/2025 13:58:15
Delete selected mappings not available when starting from
Hi there, When I open a mapping on a job, choose one or more columns and then open the Actions menu I can choose "Delete select mappings". However, when I click the Select all checkbox first, then uncheck some columns, the menu is greyed ou ...
Imar Spaanjaars
13/11/2025 20:09:56
Last post: 13/11/2025 20:26:01
Upgrading Solution from 9.13.8 to 9.20.1 - Binding Redirect Issue
Hello, We are in the process of upgrading our highly customized solution from 9.13.8 to 9.20.1 and after quite a bit of fiddling with binding redirects in web.config, I have a mostly working solution in my local environment. However, I'm struggli ...
Ben Leake
07/11/2025 22:17:47
Last post: 10/11/2025 11:01:38
Show own assortment before shared assortment in list.
Hi, We are having a project where loggedin users have two assortments. One is their own (personal products) and one is "all". They need their own assortment products to always be shown in the top. We have solved this by checking products in ...
Marie Louise Veigert
31/10/2025 09:08:08
Last post: 06/11/2025 15:30:18
12
Subscribe
0.1 price instead of 0
Hi guys, I have recently received two similar requests from two different customers. They have requested that whenever we apply a 100% discount (1+1, free product, etc.), the price of the free product should be greater than 0 (e.g., 0.1 or 0.01). The ...
Adrian Ursu
05/11/2025 13:29:31
Last post: 05/11/2025 13:43:46
Unable to create a new paragraph template
Hello. I am trying to implement my own version of the "product field display groups" content type alongside a template. I have created ItemType .xml file which i can chose as a paragraph in the CMS system. But when creating a .cshtml file a ...
Søren Nielsen
03/11/2025 14:52:26
Last post: 05/11/2025 12:45:41
.net core Authorization in dynamic web
Hi I have question is setting up the authentication / authorization in dynamic web is possiible in similar way as in .net ? i am asking because basically i did it and it is working locally, but after deploy to stg env i cannot reach endpoints with at ...
Mateusz Struzik
03/11/2025 12:39:20
Last post: 04/11/2025 12:15:26
Debugging: No Symbols loaded for Compiled Razor Files
Hi, I'm trying to debug a local solution, but breakpoints in the cshtml files are not hit with the message that symbols are not loaded. I have taken the following steps: Create a new dw10 project with "dotnet new dw10-suite" Add Files f ...
Justin Sjouw
24/11/2023 09:30:09
Last post: 29/10/2025 10:34:28
11
Subscribe
DynamicWeb 9 vulnerabilities
Hi all, Our security scanner has generated repeated critical alerts for parts of DW 9. We’d like advice on the recommended way to report or address these findings safely, without exposing sensitive implementation details online. Is there a form ...
Dylan Drenth
16/10/2025 16:14:29
Last post: 20/10/2025 13:49:30
DW10 - Integration Customer Center custom GetList Type
Hi, In the Integration Customer Center of DW9 we could easily define a custom 'GetList' Type as shown on the screenshot below. In DW10 there is no free text field but a listbox. What are our options the add a custom value? ...
Davy Capiau
10/10/2025 12:57:35
Last post: 10/10/2025 13:39:49
Transforming Item in ItemViewModel in DW9
Hi guys, I have a project where I am using an ItemPublisher to list Articles. To take advantage of the focal points in the image, I need to transform the Item into an ItemViewModel. What is the most efficient way of doing it? Thank you, Adrian ...
Adrian Ursu
29/09/2025 10:46:41
Last post: 29/09/2025 12:21:17
Cache not used in DetailService
Hi Dynamicweb team, It seems the cache in DetailService is rarely being used in DW10. I’m observing repeated calls that bypass the cache—even when inputs are identical from the frontend. Is this expected behavior? Thanks in advance! Ander ...
Anders Ebdrup
15/09/2025 10:41:41
No replies yet
LineAdded not called when adding to cart
Hi there, I have a solution that contains code like this: OrderLineViewModel cartItem = new OrderLineViewModel(); cartItem.ProductId = prodId; cartItem.ProductLanguageId = Dynamicweb.Ecommerce.Common.Context.LanguageID; cartItem.ProductVariantId = &q ...
Imar Spaanjaars
28/08/2025 16:39:50
Last post: 29/08/2025 09:44:18
Missing Validation field
Hello, I'm trying to validate the OrderField "EcomOrderShippingDate" using a Ecommerce.Cart.BeforeOrderValidation subscriber. But it looks as though the field isn't available. In Dynamicweb.Ecommerce.Orders.Validation.ValidationFiel ...
Kasper Pedersen
20/08/2025 11:22:34
Last post: 20/08/2025 14:12:59