Hi, is there a way to add a new column to the default Users view in the Kentico 12 administration, please?I need to add @Last sign-in@ there. Thanks in advance!
Hi All,I was just wondering if anyone could help with a problem I am having with regards filtering data returned from a database view using the ConnectionHelper.ExecuteQuery method?I have successfu...
I am new to Kentico, I can see the project I am working on using DocumentHelper.GetDocument to get custom page table data and CustomTableItemProvider.GetItems to get custom table data. Is there a s...
Hello,i've developed a custom stored procedure. create PROCEDURE [dbo].[procView] AS BEGIN select * from View_xxx_Joined end Im trying to call this stored procedute form the bit-wizard sql ...
Hello,i wrote a custom stored procedure in the Database objects application and actually i'm struggling to call it programmatically. So how to invoke it?Regards Stefan
I have added a new custom view in Site Manager -@ Development -@ System Tables -@ ViewsI want to access the data from this view in my code. I am running an older version though (7.0.103) and so I d...
Dear Kentico experts, In one of Kentido 8.2 doc page, It's written to filter columns to include NodeAlias, DocumentURLPath, NodeAliasPath...Now, my questions are 1. What are these columns? To which...
Using Kentico 7. I have a widget on a page that when added from either the page view, or the design view does not display anywhere but the design view. It will not display on the live page in norma...
I have a model, either from a custom document type or a custom table. That model is rendered in a unique way on a particular page template. That rendering of the model, or view, is strongly assoc...