I am using Kentico 13 and adding the below macro for the page title in the metadata tab but it's not working. I am getting empty title.{% CurrentDocument.DocumentName %}
Is there any way to replicate the following scenario in Kentico 13? We have an internal system that collects requests from our Partners to send feedback forms to our clients. These requests get pat...
Hi, I can't make this datetime calculation in a dropdonw list control in a form to work. It always shows the first option regardless of the date interval greater or less then 10 days.SELECT TicketP...
Hi, I'm trying to use the following Macro to identify contacts that are part of an Account with a specific Account Status: Contact.Accounts.ItemsAsFields.AccountStatusID.EqualsAny(@5@)When I try Co...
I have a custom field that is on the document (that is also binding to an SKU) called VideoURL.I can get this value on it's own with {% Documents[@/Store/Webinars/Product-A@].VideoURL%}However when...
I'm trying to write a macro in the Visibility condition of a web part, where it should be visible if the current page has children only of a certain page type. I've been trying variations of the fo...
I'm working on displaying the Categories that have been applied to a given page, but I'm having issues with ordering the collection in the page transformation when using a macro.Here's the macro in...
Hello, I am using a macro but it gives me the following error in the log:Security check of the expression 'Documents.ClassNames(@Table@).WithAllData.Where(@TableID = 'XXXX'@)[0].GetValue(@stadium@)...
I have a macro expression and wants to assign a variable so it can resolve based on the variable value. So far I am unable to find a way. Can any one please help me to see what I am missing ?So for...
Hi how is it possible to cache result of Documents[NodeAliasPath].Children.Columns(@ClassName,DocumentMenuItemHideInNavigation@).Where(@ClassName = 'cms.menuitem' AND DocumentMenuItemHideInNavigati...