Is there a way to view what web pages/web parts are utilizing a given transformation? Our stable of transformations have grown bloated and are poorly organized. We are attempting to make changes to...
Hi Team,I am working on Kentico 12 SP (MVC). I need show OrderItemCustomData in invoice template using transformation.How can I display it?
I wanting to retrieve the Max Score in a search results. I see GetSearchValue(@somevalue@). Is there a GetMaxScore for Transformation?Thanks David
hello kentico i try to apply transformation to get the fields of the children i want to display descriptionField here is my transformation{%foreach (x in Documents[NodeAliasPath].Children){ %} ...
Inside my transformation, I want to build a link based on what the current URL is. Basically windows.location search. How can I grab that into transformation and make an a link out of it. RequestCo...
I need to count item retrieved by the document helper and if there are no documents returned I want to show a message. My options areIn transformation I am using {%DataItemCount%} but its not retur...
Trying to include an onClick event into an ahref but can't seem to get the right formatting. Any guidance is much appreciated.@%# !String.IsNullOrEmpty(CookieHelper.GetValue(@somevalue@)? @@a oncli...
We have generated pdf in kentico using transformation and Custom table. So while generating pdf design from transformation we will have to make some pages in portrait mode and some pages in landsca...
Is there the equivalent to Documents in an ascx transformation? it doesn't seem to be available?I'm finding myself doing things like this in CMSTransformations.cs and it feels a bit wrong:public Tr...
I have an If statement that I have included in a single transformation but would ideally like to include in about 30 others, is it possible to call in the logic in question to multiple transformati...