Developer forum
Subject
Replies
Started by
Last reply
CRM Integration
Hello, We need to integrate MS CRM 2011 with Dynamic Web CMS by CRM WCF service. The main idea that all business data will be stored in the CRM. CMS will give ability to view, edit and update the data. What approaches can be to do it? Thank you. ...
Natalia Grynenko
13/02/2012 17:22:14
Last post: 14/02/2012 11:11:50
Access to Frontend Edit
I was testing Frontend Edit today with the new User Management module. Specifically, I wanted the user to be able to access the Frontend Edit functionality - without logging into the backend. I created a new extranet user and gave him access to backe ...
27/03/2010 10:27:27
Last post: 13/02/2012 14:40:49
EditableGrid - Using LINQ data source
Hello, I'm trying to use LINQ to SQL to manage data from an EditableGrid.
I have the following code in aspx: <dw:EditableGrid ID="gridCategories" DataSourceID="gridCategoriesDataSource" DataKeyNames="Id, Lang" runat=& ...
Diogo Lino
06/02/2012 11:10:51
Last post: 10/02/2012 12:13:09
dw8 on IIS 7 and 64bit server
I've tried to install DW8 on 64 bit server and IIS 7th Frontend works fine, but the backend does not work. I get this error: Server Error in '/Admin' Application. Parser Error Description: An error occurred during the parsing of a resource required t ...
Medo Huremovic
03/02/2012 13:23:47
Last post: 10/02/2012 11:53:54
Extend a SalesDiscountProvider
Hello, I'm trying to create a new SalesDiscountProvider to validate voucher codes from diferent tables from a database in C#.
I'm using version 19.1.0.5 ans Cart v1, for now i cannot change that.
I've tried to use the two functions "CreateProduc ...
Diogo Lino
09/02/2012 10:03:34
Last post: 09/02/2012 17:03:54
Group selector in Custom module
Hi DW, I'm creating a small module where i need to select some Ecom groups and i'd like to use this type of control for selecting my groups. I can't find the control in the Dynamicweb.Controls.dll library though. Is it some kind of secret DW control, ...
Martin Nielsen
08/02/2012 16:04:25
Last post: 09/02/2012 16:20:57
Problems setting up DW
Hi! I have installed the newest DW according to the install manual, but I get this error:What could I have done wrong?! Description: An error occurred during the processing of a configuration file required to service this request. Please review the s ...
10/01/2008 18:08:05
Last post: 08/02/2012 21:03:20
Service on DW
Hello everyone, I have a question here, about web-services in Dynamicweb on the same server.
The service is pretty much straight-forward, it just speak to db and updates products in eCom.
(Security is considered) The service must be accessible from t ...
Dmitrij Jazel
02/02/2012 11:42:51
Last post: 06/02/2012 11:11:03
11
Subscribe
Execution.Add in custom Module
Hello. I'm trying to use the PageView Execution.Add method to look into some ways to boost performance in our module, but nothing is being printed out when it is run (for the Execution.Add messages I create, all the other info is sent). I am just cre ...
Marco Santos
31/01/2012 12:35:20
Last post: 02/02/2012 19:19:05
The Toolbar control - server-side clicks
Hello, I'm trying to use the Toolbar control and in the ToolbarButton there is only available the OnClientClick attribute.
Is there a way to put the buttons of this control doing the same as the RibbonBarButton where we can enable server click? Or an ...
Diogo Lino
25/01/2012 17:23:07
Last post: 31/01/2012 20:15:41
Robots metatag overwrite?
Hi, I trying to add a noindex,nofollow metatag to some pages through a custommodule: Dynamicweb.Frontend.PageView.Current().Meta.MetaTags.Add("robots", "noindex,nofollow"); I can easily add a new description- or title-tag with the ...
Morten Smedegaard Hvid
30/01/2012 08:41:34
Last post: 31/01/2012 07:59:58
Load eCom product groups into dropdown combobox
Hello everyone, I have a small problem here, I was wondering how could it be possible to achieve this. Since the UI in this project is really top notch, I would really like to know what is the best practice here, rather than using tons of Ajax calls. ...
Dmitrij Jazel
20/01/2012 10:28:00
Last post: 30/01/2012 13:42:43
Two Custom Modules / Parser error - 'CustomModules.Default' is ambiguous
Hi there, I have made to custom modules on one solution. Everything works ok in the backend - but when I try to use them on the front-end I get an error: "Parser Error Message: The type 'CustomModules.Default' is ambiguous: it could come from as ...
Sonni Tost
27/01/2012 23:46:22
Last post: 30/01/2012 11:37:39
Redirect on session timeout
How do I set the redirect url on Extranet session timeout? Is it a setting somewhere or ...? ...
21/03/2011 14:19:35
Last post: 27/01/2012 18:29:46
SearchWeighted custom search results for module
I am aware that it is possible to integrate a custom module with the search module.
http://developer.dynamicweb-cms.com/documentation/for-developers/dynamicweb-modules/integrating-with-search.aspx I need something more advanced. Depending on which si ...
Remi Muller
24/01/2012 10:08:51
Last post: 27/01/2012 14:42:17
Application(19.2.3.2) error: Navnet 'HideNavigation' er ikke blevet erklæret
I receive a error BC30451: Navnet 'HideNavigation' er ikke blevet erklæret. On both admin version 19.2.3.2 and 19.2.5.2. If i set up my IIS to Application(19.1.2.1) then it works. But i want to use a newer version, with the new UI! Anyone know ...
Ryan Jeppesen
26/01/2012 11:09:20
Last post: 26/01/2012 15:24:59
List control - An Image column
Hello, I'm trying to put an image column in a List control with no success. I can't have elements of type "asp:Image" in Columns.
I've tried also adding an usual ListColumn and put on it an Image object, also with no success. row.AddColumn( ...
Diogo Lino
26/01/2012 13:12:04
Last post: 26/01/2012 14:48:42
Abort checkout
Hi! I'm writing a custom checkout handler and wonder if there's possible to abort a checkout and return to the first step? When the user has cancelled a payment I want to redirect to the state before checkout so that the products in the cart are stil ...
Per Ljung
25/01/2012 17:17:29
Last post: 26/01/2012 11:26:39
How to make a global loop in a Standard.Page.OnGlobalTags subscriber
Sorry for handling this issue by re-posting, but as it is a rather old post, I am now reposting the matter: http://developer.dynamicweb-cms.com/forum/development/how-to-make-a-global-loop-in-a-standard.page.onglobaltags-subscriber-1.aspx The issue he ...
Jesper Laustsen
24/01/2012 15:28:58
Last post: 26/01/2012 10:23:13
Problem loading template
Hi! I'm trying to load this template from a custom checkout handler, but there's no output, it seems like the template cannot be found. What can be wrong? Dynamicweb.Templatev2.Template receipt = null; I know that the template file is placed there in ...
Per Ljung
24/01/2012 18:38:45
Last post: 26/01/2012 10:13:58