Hello,I'm having a Module Class called Company. Whenever I'm trying to update the CompanyName field I'm getting an error: The object code name '' is not valid. The code name can contain only alphan...
The following code delete yearly the ContactUs form records.I want on the Event log to show the number of the records where deleted.using CMS.Scheduler; using CMS.EventLog; using CMS; using CMS.Onl...
This code checks when the FormInserted is not empty then delete the records from the ContactUs form.I want to change it and to do it when the FormInserted(date) is greater than on year then to dele...
I have add the bellow code in a scheduling task and does not delete the records of my form any suggestion?using CMS.Scheduler; using CMS.EventLog; using CMS; using CMS.OnlineForms; using CMS.SitePr...
Can I add the bellow code in a custom task? // Gets the form object representing the 'ContactUs' form on the current site BizFormInfo formObject = BizFormInfoProvider.GetBizFormInfo(@Contac...
Hi, I want to add a class to the country selector like this:@select@ @option value=@5678@ class=@{%CountryTwoLetterCode%}@@Canada@/option@ @option value=@1234@ class=@{%CountryTwoLetterCode%}@@...
Kentico 11I would like to add a file upload/attachment field to the Membership Module in the User-Settings class.I would want users to be able to upload a document(pdf, docs, jpg, etc.) and save it...
Is anyone here familiar with a way to get a summary of all Kentico Object types that log staging tasks on Create, Update, or Delete events? I'm open to Stored Procedure or Query approaches but am t...
Hello I’m looking for a way to display alternative form of class [x] on a page.Is there a default web part like “custom registration” or something else what can be used?Kind regardsStefan
Hi,I've been developing custom code for Kentico for a while now, but having been new to C# when I started, I feel like I might be missing something here. When editing custom classes in the App_Code...