I have find the solution of my question.SELECT DocumentName,NodeAliasPath,name,Link,custom_property.region,Photo from View_CMS_Tree_JoinedJOIN CONTENT_Article on DocumentForeignKeyValue = ArticleID...
When a custom page type (custom.someitem) is created the corresponding database table (table name custom.someitem) is created, is this correct?If a page of type custom.someitem is deleted that corr...
Further to this question that I posed and was answered by Brenden Kehren (thank you Brenden).https://devnet.kentico.com/questions/modify-cms-root-smartsearchresults-transformation-to-handle-structu...
I am new to Kentico and want to figure out the best way to create a details page. I am from ASP.NET background. I need to upload various companies using Excel. For this, I created my custom module ...
I have several custom page types on my site, which all inherit fields from a custom @base@ type, including a field defining which navigation areas a particular page can appear in.I'm trying to use ...
How can I force the Page Name Source of a custom page type to be generated from a combination of fields like @First Name@ [space] @Last Name@?I have created a custom page-type defining the staff me...
I'm trying to set up a custom filter as per the documentation here but on a custom page type. But I'm getting an error of invalid column name when trying to filter by one of my custom page type fie...
We have a scenario where we want to disable a field in custom page type when there is already a value in table for that, we have used enabled condition of that field in page type, but by using this...
We have a situation where we would like to update a custom page type's field value through a simple database update query. That part was easy, but when we go to the affected document's Form tab in...
Hi guys, I have a custom page type which represents the technologies that are used for the clients on my kentico site. On my clients page type I have a multiple choice property which looks at every...