I am going through the Kentico 12 training. In the MVC training, I created a generic Service for accessing Page Types and Repositories for exposing data transfer objects for specific page types. I ...
Hi! We have a custom module with classes and all of them have warning directive in a generated code above TYPEINFO definition :#warning @You will need to configure the type info.@ I guess it's like...
I added a new checkbox field on Customer Module. I want to visible this checkbox only for one specific item from COM_SKU table.How can I do this?
Hey!I have to develop a custom module for kentico ecommerce in which I want to display a form (in items tab of order) which lets me update the order item fields added by me in OrderItem module such...
I recently created a new custom module and added 4 new classes within that module. I added the info and provider code to the project along with the extra code needed to make the data stage-able an...
I'm adding fields to a class in a custom module. I want to reference a custom table I created, but I can only find how to it for another class.Should I use the datasource and add a SQL query? The ...
Hi guys , I'm implementing a custom Country screen and I want to add it to be viewed and used by end users to add new country , I'm confused how to add it in CMS as a webpart or as a module ? Thank...
i have a module and i have created a aspx file for module ui from which i am calling module class but i m fgetting following error [ObjectQueryBase.Object]: Object type 'mediaservices.mediaservice...
Hi, I am getting something which is totally headache [ObjectQueryBase.Object]: Object type 'azuremediamyx.azuremediamyx' not found. this error where i have the following class. [Exception: [Object...
Hi,I have some weird issue and I don't know what exactly happens. In my solution I have defined additional console application. This project imports some datas from xml files into Kentico. To map d...