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...
Hi. I have a folder structure like this. How to get url page type A in page type B?
Hi,I am using a macro within the Display Name Format field within the settings for the Uni Selector. It is giving me the output I require but this then breaks the Search functionality of the Uni Se...
I have an email template with macro. I need to display DataTable. Inside macro I have loop and only print methods inside loop. I'm pretty sure that that table contains correct data. But as a result...