Developer forum
Subject
Replies
Started by
Last reply
File meta data
Hi, Where/How is a file's metadata stored in Dynamicweb. We are developing an integration system, where the user syncs some files over, but requires to save some specific meta data on them. I would love to use DW's UI and tags to edit/access it. Best ...
Nuno Aguiar
04/05/2015 15:42:44
Last post: 04/05/2015 16:46:47
Setup new website "as new language" - permissions are bound for both
Hi everyone, Was quite surprised to see this. When you first make a copy of the site with "New language" button, http://screencast.com/t/5tHNv8gI I would expect, content ofcourse be "mirrored", well that's ok, But appearently permission rules are als ...
Dmitrij Jazel
03/05/2015 12:32:02
Last post: 04/05/2015 14:26:18
Import module activity, just flickers
Hi Guys, Have an issue with Import module, For some reason it just refreshes the page all the time "flickers" http://screencast.com/t/XS8V3AnQn Any idea what can cause this kind of behaviour? XML file is fine... not sure what could be wrong with it.. ...
Dmitrij Jazel
02/05/2015 20:04:45
Last post: 04/05/2015 14:32:59
Application Git Repository?
Hi, Do you guys maintain a Git repository with the application and the files? We're going to move development from Tfs to Git and we'd like to use Git submodules to update the application. ...
Roy
29/04/2015 12:30:43
Last post: 29/04/2015 13:58:12
Void Dynamicweb.Frontend.GlobalAsaxHandler.Application_Start_Mvc() error
Hello all, I am facing the following error (see the attached image) I cannot find anything on this in the documentation / known errors. Note I am not trying to build a MVC website, the error though tells me im missing a method on Application_Start() ...
Mikkel Toustrup Olsen
28/04/2015 16:30:11
Last post: 29/04/2015 09:30:22
Extending default eComQuery search
Hi guys, We got a request to implement a product search, For Products, that in some way is simmilar to Google. Was thinking of extending "eComQuery" search. Ex. 1) When you misstype something like "osterkake" google suggests Did you mean: "ostekake"? ...
Dmitrij Jazel
24/04/2015 15:48:15
Last post: 13/05/2015 08:55:42
Event/Notification before changes to cart
Hello all, Is there a notification/event which is being called before the cartcmd=add writes the change to the database? Regards, Mikkel ...
Mikkel Toustrup Olsen
23/04/2015 15:30:30
Last post: 24/04/2015 15:09:41
Reuse existing order renderer
Hi there, I have a web service in a custom Dynamicweb solution that sends out order shipping confrmation e-mails based on the request by an ERP. I have most of it working but would like to use an existing order renderer to allow the template develope ...
Imar Spaanjaars
15/04/2015 14:30:26
Last post: 15/04/2015 17:03:02
SetTag functionality in Razor
We use settag, tag.count() and LoopExists("LoopName") in the template extenders, so we can use specific part of the code for a template. This work good when we use a html template, but with a Razor template we don't anything. The razor template doesn ...
Richard Briefjes
10/04/2015 15:44:09
Last post: 13/04/2015 09:02:08
Easy way to find a products primary view page, without using the Product object
Hi DW, I have about 50k products in a solr index, and i'm listing then in a custom module and now i'd like to render a template tag that contains a link to each products individual Primary view page. Is there an easy way to find a products primary pa ...
Martin Nielsen
10/04/2015 13:15:06
Last post: 10/04/2015 13:19:36
Getting twitter feeds and displaying them on a DW page?
Hi guys, I'm trying to find a way to show the latest twitter tweets favorized by a certain twitter user. To clarify my skills: I am new to Razor and have no klowledge of .Net and doing custom modules etc. :-) So I've found this http://linqtotwitter.c ...
Jacob Storgaard Jensen
09/04/2015 16:15:30
Last post: 09/04/2015 20:33:48
ItemRelationListEditor
Hi, I'm trying to figure out how to create a new field of type ItemRelationListEditor. I'm using code-first. However, I haven't been able to find any documentation for this one, so could someone please provide me with a sample of how to create such a ...
Peter Terkildsen
27/03/2015 12:21:59
Last post: 30/03/2015 05:05:34
Error when sending out mails with same links
Hi, I am using the Email marketing module to send out notify mails to users, when a product is on stock, but it is failing with this message: [3/20/2015 2:02:57 PM]: [3]: MergeAndDeliver failed. RecipientId: '13579'. Logging 'Exception':
Type: System ...
Anders Ebdrup
20/03/2015 14:06:13
Last post: 26/03/2015 13:14:48
Is the DefaultValue for DateTime working for code-first items?
I used an approach described here: http://developer.dynamicweb.com/forum/development/default-value-for-itemfield.aspx to do the following code: [Field("Active From", typeof(Dynamicweb.Content.Items.Editors.DateTimeEditor))] [DefaultValue("NOW")] [Req ...
Peter Terkildsen
19/03/2015 10:31:06
Last post: 22/04/2015 10:40:10
Tranformation files for itemtype xml documents
Hi, I have a lot of item type definitions as xml documents in "/Files/System/Items". I use Visual Studio and SlowCheetah to run transformations on the item type xml documents. But Dynamicweb gives an error ("Object reference not set to an instance of ...
Lars Larsen
17/03/2015 11:01:35
Last post: 17/03/2015 14:20:21
FieldEditor for eCom selection
Hi. I'm trying to make a new FieldEditor to select a product from eCommerce. I followed the guide and it works, so far, for selecting the product. I would like to extend the Fieldeditor though, making it possible to supply what eCom group id to selec ...
Jonas Mersholm
16/03/2015 13:51:04
Last post: 16/03/2015 14:59:32
ModuleAttachmentRestrictionRule
Hi, I'm creating items via code-first, and having some difficulties. My code actually creates the item and I can see it both in the Management Center and in the XML-file. However, the corresponding table in the database is not created until I manuall ...
Peter Terkildsen
13/03/2015 10:21:57
Last post: 14/12/2015 09:57:35
10
Subscribe
How fast should DW be able to index 45000 product?
Hi guys, We're building a new version of rather larger eCom solution, and on the old version we build our own Solr index for our facets and searches because DW didn't perform to our liking at the time. Now here 2 years later i'm testing out the built ...
Martin Nielsen
12/03/2015 08:50:06
Last post: 12/03/2015 15:32:38
Permissions on ItemManager.Storage.GetById
Hi, I'm using the following code in order to retrieve an individual item via the API: var itemid = Dynamicweb.Base.ChkString(context.Request["itemid"]); var itemtype = Dynamicweb.Base.ChkString(context.Request["itemtype"]); ItemManager.Initialize(); ...
Peter Terkildsen
11/03/2015 09:47:33
Last post: 11/03/2015 12:04:04
Get all descendant pages
I am trying to get the 5 latest articles from a set og categories.
Currently I am using this code to get the children of a certain page, but this only get the categories and not the articles: @{ Dynamicweb.Content.PageCollection articlePages = Dynami ...
Søren Mastrup
10/03/2015 12:12:39
Last post: 10/03/2015 12:33:22