Developer forum

Forum » Dynamicweb 10
Subject
Replies
Started by
Last reply
Checkbox list or Multiple select list for UserCustomField
Hi guys, I don't seem to find any option to add a multiselect field as a custom User field. I have Checkbox, Radio, Radio group and Dropdown list Am I missing something? Thank you, Adrian ...
Adrian Ursu
28/09/2025 14:48:58
No replies yet
BC Blueprint and sending order
Hi guys, I have configured a connection between DW 10 and BC using the Blueprint. Everything appears to work as expected, including live integration, except for the order sending process. I am receiving this error: ConnectionError: Error CalculateOrd ...
Adrian Ursu
18/09/2025 10:40:05
Last post: 26/09/2025 15:57:27
Variants and FieldDisplayGroups
Hi, I have a DW10 project where we would like to display fields from FIeld Display Groups in the order that the are ordered there. We would like to display the for a products variants that in this case is a product family. The fields in the Product D ...
Aki Ruuskanen
23/09/2025 14:25:12
Last post: 26/09/2025 14:27:35
Custom services caches not shown
Hi DW, We experience at least on this version: 10.17.8, that our custom services are not shown in the list below, but they are shown in our local development environments. Our tricks to make them work in the cloud environment as well? Best regards, A ...
Anders Ebdrup
16/09/2025 10:22:55
Last post: 26/09/2025 11:07:45
HTTP Security Headers are not set on GetImage and static files requests
When I set these security headers They are not being sent on the response on requests to GetImage handler Or static files: ...
Kevin Steffer
19/09/2025 10:41:03
Last post: 25/09/2025 12:42:23
Query expressions between Productfields
Hi guys, I was wondering if we can use a query expression comparing 2 fields of the product instead of comparing a product field with a parameter or term. For example, I have a field on the product where I store a SyncDate. And I need to compare that ...
Adrian Ursu
25/09/2025 10:53:42
Last post: 25/09/2025 11:36:48
Retrieve another customer’s addresses in checkout without JWT authorization
Hi, I'm running Swift 2 on 10.17.6. I'm building a one-page checkout where a logged-in customer should be able to select another customer and see that customer's addresses, then pick one for delivery. Fetching the list of customers is str ...
Joakim
25/09/2025 10:49:56
Last post: 25/09/2025 11:25:32
OrderDeliveryAddressId tag in cart templates
Hi guys, Is there any tag defined for reading the OrderDeliveryAddressId value in cart templates? Other than using the OrderService? Thank you, Adrian ...
Adrian Ursu
24/09/2025 20:13:35
Last post: 25/09/2025 10:20:09
Forms for Editors for ViewModel
Hi, It seems I'm making a habit of asking for features that are already largely there ;-) like this one on the Forms Module: https://github.com/dynamicweb/DynamicWeb/issues/385 The Forms for Editors for ViewModel works with Centralised Apps Setti ...
Justin Sjouw
19/09/2025 10:18:18
Last post: 24/09/2025 16:08:09
Update multiple indexes on product save
Hi guys, Would you consider adding an option to update multiple indexes on Product Save? For example, we now have ProductFrontend and ProductBackend indexes, but I can only trigger one of them on ProductSave. Thank you, Adrian ...
Adrian Ursu
23/09/2025 19:45:59
Last post: 24/09/2025 15:14:44
Remember sort order in Assets manager
Can the last chosen sort order be remembered and applied in the Assets manager? When, for example, working with Data Integration, I need to look up the logs. Every single time I want to view a log file, I need to click the Modified header twice to so ...
Imar Spaanjaars
23/09/2025 16:45:55
No replies yet
Scheduled tasks saved as XML not upgraded
Hi there, I have a site that we are converting to DW10. I noticed that none of the scheduled tasks saved as XML (as opposed to stored in the database) are visible anymore. Is there a way to import these into DW 10 or do I need to recreate them manual ...
Imar Spaanjaars
21/09/2025 16:30:15
Last post: 23/09/2025 14:17:36
PIM - Product group field system name defaults to the label name
Hi everyone! When making a Product Group field in the PIM, say the following: Whether I change the systemName here or keep it as is, saving the product group field defaults it back to the label name. The template tag stays the same. Tested it on 2 en ...
Barend Mosch
30/07/2025 10:47:57
Last post: 23/09/2025 09:09:09
Prompt node missing
Hi, I just installed a local copy of DW10 but the "Prompt" node under "AI" is missing? What could cause that? Regards / Aki ...
Aki Ruuskanen
04/08/2025 11:00:22
Last post: 23/09/2025 08:00:08
Assets of type Links_only
Hi guys, I have the task of handling a Link-only type of asset for products. I see that I can create an Asset category and set the option to "LinkSelector" but I would expect to be able to add a Label for each link. Instead, I can only add  ...
Adrian Ursu
25/06/2025 18:22:53
Last post: 22/09/2025 13:56:47
SQL Firehose: display nulls as null instead of empty string
In the SQL Firehose, when a column contains <null>, nothing is displayed. This makes it impossible to see the difference between an empty string and null. It looks like the display tool understands nulls as I see this in the code: However, the  ...
Imar Spaanjaars
21/09/2025 17:14:30
Last post: 22/09/2025 12:57:03
Combine products as Family
Hi guys, I have a clean DW10 solution where I have imported products from NA. I have tried combining a few products into a family and I got an error: System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'PROD401' The log shows ...
Adrian Ursu
22/09/2025 12:05:07
No replies yet
TableScript instantiation
Hi there, In DW9 TableScripts were instantiated once per job / context and then reused for each ProcessRow call (https://doc.dynamicweb.com/forum/development/development/when-are-table-scripts-instantiated). In 10, I now see them being instantiated f ...
Imar Spaanjaars
22/09/2025 10:59:32
Last post: 22/09/2025 11:54:00
HttpContext in TableScripts (and maybe other backend code)
How do I access HttpContext from a table script? In 9 I had code like this: if (!Dynamicweb.Context.Current.Items.Contains("SomeKey")) But now in 10 Context.Current is null. I tried injecting an IHttpContextAccessor like I normally would in ...
Imar Spaanjaars
22/09/2025 08:37:27
Last post: 22/09/2025 11:36:15
Add new manufacturer from the Manufacturer dialog on Product detail
Hi guys, In order to optimize the experience and efficiency of the admin, It may be useful to have an option to add a new value in every select list on the ProductDetail. For example Manufacturers list: If you add a product from a new Manufacturer, y ...
Adrian Ursu
19/09/2025 15:32:17
No replies yet