Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Using Auth0 as external authentication provider
Hi, One of our customers wants us to use Auth0 (https://auth0.com/ ) as authentication provider. I am still checking out how that could work, but it seems they use the OAuth 2.0 protocol. I saw in a post of 2018 that there was an Oauth external authe ...
Hans Kloppenborg
16/07/2019 09:55:24
Last post: 16/07/2019 16:01:42
XML Feed Extended template tags
Greetings! We are trying to create a google rss feed page. We are trying to create a template tag in GeneralPageTemplateExtender.cs and for some reason we are not able to see this specific tag on this page but we can see it on other pages. The only d ...
Anton Marinó Stefánsson
10/07/2019 16:43:07
Last post: 11/07/2019 03:42:15
Delete from index
Hi. I am trying to change the index by code and it's possible to add/update the index. I am a having a bit more trouble by deleting from the index. It looks like Lucene has a function to delete using an index document... Is there a way to delete from ...
Tobias Belling
10/07/2019 22:15:30
Last post: 11/07/2019 02:45:55
Is FilePublisher best choice for document repository?
Hi, I need to create a document repository, where customers can login and browse through folders and files. They should be able to create their own folders from the frontend, as well as upload new files. The base folder is given by the customernumber ...
Kurt Moskjær Andersen
08/07/2019 09:13:41
Last post: 09/07/2019 12:36:20
Get root group for user in IndexBuilderExtender
Hi, I am trying to use the function User.GetUserByID in an IndexBuilderExtender. However, I the following exception: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Dynamicweb.Secu ...
Roald Haahr Jensen
24/06/2019 08:49:08
Last post: 05/07/2019 10:50:32
Order.SecondaryUserName cannot be assigned to
The documentation for this says it can do both get and set, but only get is implemented. This mean that when the order is created it do not show the secondary username in admin (see image). Please consider to change this to get and set. ...
Martin Grønbekk Moen
30/06/2019 00:05:53
Last post: 01/07/2019 13:06:34
Language.db position in Nuget feed
Hello, I just installed a fresh version of Dynamicweb 9.6.11 through Nuget Package console. In the Nuget feed you ship Language.db in the project root folder (where Web.Config is). If I download the same version, as a ZIP from your website, the same  ...
Søren Ravn Lund
01/07/2019 10:10:01
Last post: 01/07/2019 11:56:01
Best practice create order using API
Any best practice code snippets for creating an order through the api? ...
Martin Grønbekk Moen
29/06/2019 22:28:05
Last post: 01/07/2019 11:25:13
Clear cache
Hi, We've set up caching of product groups on a solution to improve performance. However, we would like to be able to flush the cache when products change either through the UI or our integration. There are some methods for clearing cache in Dynamicw ...
25/03/2011 10:51:42
Last post: 01/07/2019 11:05:05
Observation: Potential null reference issue when displaying orders
Hey there, I have been working with a rapido full installation and noticed as slight quirk. After I completed an order and tried to view it in ecommerce module in the backend I got a null reference displaying. The issue appears to be because there wa ...
Reynir Viðar Ingason
13/06/2019 10:36:29
Last post: 28/06/2019 08:22:59
Where is "Debug" logged?
Hello, Where is "debug" logged? And what is the intention with the logging method? Dynamicweb.Logging.LogManager.Current.GetLogger("UserOnExtranetLogin").Debug(message) Best regards, Anders ...
Anders Ebdrup
21/06/2019 09:06:21
Last post: 26/06/2019 09:05:36
Custom generated field
What is the best way to create a custom generated field. We need to accumulate the stock level of all variants in the same color. So we have two variant groups (Color and Size). One product has multiple colors, and multiple sizes. Each variant option ...
Martin Grønbekk Moen
24/06/2019 13:22:57
Last post: 24/06/2019 22:27:22
EcomLoyaltyUserTransaction stores the order id even for transactions of type EcomOrderLine
Hello guys, In the table EcomLoyaltyUserTransaction, for lines of type EcomOrderLine, Dynamicweb is storing the OrderId and not the OrderLineId. Why is that? Even in code there are contradictions: When you create a transaction with the LoyaltyReposit ...
Emil Dumitrescu
29/05/2019 18:59:02
Last post: 19/06/2019 13:34:15
Find a user's birthday with smart search
Hi, Does anyone have a good idea of how to find a user's birthday with smart search? My goal is to send af voucher as a birthday gift Best Regards Kim ...
Kim Søjborg Pedersen
16/06/2019 22:58:49
Last post: 16/06/2019 23:34:54
Problem with hardcoded area id
Hi Dynamicweb, We have an issue with a solution with no area with ID = 1, which gives exceptions various places in the administration. The issue is related to this code section. Can "areaService.GetArea(1)" be changed to finding "FirstOrDefault()"? P ...
Anders Ebdrup
11/03/2019 13:02:27
Last post: 14/06/2019 14:21:08
Get current area in backend
Hi I want to get the itemtype associated with the area that the editor is editing in the backend. How can that be done? I would very much like to get it from within the notification "ItemNotification.Saving". ...
Lars Larsen
12/06/2019 13:30:35
Last post: 14/06/2019 13:55:26
Get current area in backend
Hi I want to get the itemtype associated with the area that the editor is editing in the backend. How can that be done? I would very much like to get it from within the notification "ItemNotification.Saving". ...
Lars Larsen
12/06/2019 13:30:35
Last post: 12/06/2019 14:55:29
Autologin on specific IP or similar
Hey, A client is having their intranet scanned by a some service they bought, and want that service to scan pages with extranet login aswell.. The company asked me to "whitelist" their IP. I responded with creating them a user and giving them the url ...
Steen Nørgaard Perdersen
11/06/2019 14:54:49
Last post: 12/06/2019 12:29:52
OrderCollection Load obsolete
Hi, We have some code that gets orders based on a sql query. We used it for getting orders by date, customernumber or other customfields. var orders = new OrderCollection(); orders.Load(sqlQuery); But after upgrading to 9.6.9 (from 9.3) the OrderColl ...
Jesse Bakker
06/06/2019 16:28:22
Last post: 11/06/2019 09:43:22
Abandon cart Email data not generating correctly
We have implimented Abandon Cart Email template according to the instructions but body data of the email is not correct. Example . -: The three users with different carts logged in to the site in different time. 94.tester1 > first logged in to the ...
Shiwanka Chathuranga
19/04/2019 07:25:02
Last post: 07/06/2019 05:53:44