InsertAsNewCultureVersion fails unexpectedly with 'File' type field
I'm at a bit of an impasse with this method call. For some reason this is failing with a Data Type='File' field. Here is the error I'm getting:Cannot insert the value NULL into column 'Thumbnail',...
View ArticleWhere Condition for Date in Repeater
Trying to do a Where Clause in a Repeater. I tried: DocumentIsArchived = 0 @@ DocumentPublishTo @ getdate() with no luck in Kentico 9. Thanks David
View ArticleExtending columns of the admin user grid Kentico 10
I use Kentico 10. I try to show new custom columns in the user grid. (please see picture below) What's the best way to do it, so that it still works after a Kentico update?
View ArticleArticle tags to foreach
Hi, can you please help me how to do do this transformation in ASCX? I am creating transformation for Article Repeater and I need to get the tags of that article. I saw some answers here, but they are...
View ArticleShoppingCartCustomData becoming OrderCustomData
Hi, I want to allow customer to specify their own order number and delivery date. I thought I will use ShoppingCartCustomData to store it. That works well. Form fields are autoupdating and populating...
View ArticleAttachment to eCommerce email Template of kentico cms
I am developing shopping website using kentico cms 9. In the website I want to send invoice to customer as a pdf attachment of email template (default kentico ecommerce email template).currently I am...
View ArticleDropdown marco expression
I've created a custom field that I'd like the user to select a year from a drop down list. I have used the following macro expression to populate the dropdown:y = DateTime.now.year-50;...
View ArticleIterate List of objects in Transformation
HI, I am writing an custom macros, which is returning a object that contain a List of objects as below. public class EventDetail : AbstractDataContainer@EventDetail@ { [RegisterColumn] public string...
View ArticleHow to remove an imported custom module
Not using NuGet.I ran into a situation while going through the Kentico Advanced Developer training course.I installed the doctor/appointments custom module that was provided via a link to GitHub from...
View ArticleMVC aliases in Portal Projects
Working on a portal implementation in v10. Have a need to serve up static, extension-less files. We are doing authentication through Azure AD B2C and the pages that host the forms cannot have the...
View ArticleAssembly error after upgrade (9 to 10)
Hi guys,Just looking for a little help, I have done an upgrade from v9 to v10 and everything went smoothly but when I try to run the local instance of the project I get the following errorCould not...
View ArticleProgress bar for file upload
Good Morning Devnet!Happy Friday!I've got an interesting challenge - I'm trying to create a progress bar that will animate from 0% to 100% based on a user successfully uploading a file using the file...
View ArticleKentico 11 install failure - copying files failed
I'm trying to set up a new site using the installer but I'm hitting the below error and the installation is failing. I've used the installer previously on the same machine without issue creating...
View ArticleKentico, module with web part to upload CSV
I have a requirement to upload data a from CSV file into custom table in Kentico, I have created a custom table but don't know how to upload CSV and process it, I have also created a web part which I...
View ArticleExtending columns of the admin user grid Kentico 10
I use Kentico 10. I try to show new custom columns in the user grid. (please see picture below) What's the best way to do it, so that it still works after a Kentico update?
View ArticleKentico, global events not firing
I am trying to create an event on page save, I have followed step by step documentation and created a class in App_Code folder, I can build without any error but event is not triggering.here is my code...
View ArticleAttachment to eCommerce email Template of kentico cms
I am developing shopping website using kentico cms 9. In the website I want to send invoice to customer as a pdf attachment of email template (default kentico ecommerce email template).currently I am...
View ArticleTreeNode.AllChildren
Hello,If I ran a document query to grab one document (TreeNode) and then accessed the AllChildren property, would this call the database grabbing all child nodes in the database? I think it would be I...
View ArticleAdding subscribers to a list in Mail Chimp 3.0 in KENTICO
It work with curlcurl --request POST \ --url 'https://us19.api.mailchimp.com/3.0/lists/439db5911d/members/' \ --user 'anystring:6d43f4b7e3b8271c2508ac6d3a0fc2ce-us19' \ --header 'content-type:...
View ArticleServer Error in '/' Application. Runtime Error Description: An exception...
Im gettingServer Error in '/' Application. Runtime Error Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page...
View Article