I'm trying to set the style tag inside an email widget in macros. Following works finestyle=@background-color: {% CMSContext.Current.GlobalObjects.CustomTables[@Keyton.EmailTemplateUIElements@].Ite...
We are implementing Smart Search in Kentico 13. In our initial we had enabled the search feature, followed by adding local indexes (I added a local index with name @DefaultSearchIndex@). For the in...
I'm trying to get current email recipent data inside a custom macro field. My code below.using CMS; using CMS.DataEngine; using CMS.MacroEngine; using CMS.Membership; //using CMSApp.CustomMethods; ...
I have the following custom macro method which returns custom object 'EmailContact'public class EmailContactMacroMethods : MacroMethodContainer { [MacroMethod(typeof(EmailContact), @Get Contac...
I am using Kentico 13 and trying to connect to the Azure SQL database using managed identity in my localhost environment using the below connection string.@Server=tcp:@MyServer@.database.windows.ne...
How could we get the current page URL in .cshtml page for Kentico 13.Used @Context.Request.GetDisplayUrl().ToString() but getting the below error 'HttpRequest' does not contain a definition for 'Ge...
I'm trying to run Kentico 13 CMS in preview mode but i'm getting the following error.An unhandled exception has occurred while executing the request. Message: Try reloading the administration inter...
In my Kentico Xperience 13 website developed using .Net 6, I can see that the web farm for my live site is not named as it is supposed to be: https://docs.xperience.io/configuring-xperience/setting...
I have enabled Kentico Activity Tracking for contacts. However, Kentico does not create any anonymous contact records of the public site visitors. It only create a contact record if the user submit...
We are using our own identity server for authentication, so wanted to use the same for Kentico CMS site (Kentico 13, .net core Portal). All I can see is this link to integrate external authenticati...